STORMM Source Documentation
|
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. | |
A twin pointer, useful for performing partial-pivoting Gaussian elimination on row-major matrices.