STORMM Source Documentation
Loading...
Searching...
No Matches
stormm::stmath::TwinPointer< T > Struct Template Reference

A twin pointer, useful for performing partial-pivoting Gaussian elimination on row-major matrices. More...

#include <matrix_ops.h>

Public Attributes

T * ptr_a
 Pointer to the first stretch of data.
 
T * ptr_b
 Pointer to the second stretch of data.
 

Detailed Description

template<typename T>
struct stormm::stmath::TwinPointer< T >

A twin pointer, useful for performing partial-pivoting Gaussian elimination on row-major matrices.


The documentation for this struct was generated from the following file: