MyraMath
Classes
PivotMatrix.h File Reference

A collection of pivot Matrix22's used within L*D*op(L)-factorizations (sytrf, hetrf). More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/utility/Number.h>
#include <myramath/dense/Matrix22.h>
#include <vector>
Include dependency graph for PivotMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myra::Matrix< Number >
 Tabulates an IxJ matrix. Allows random access, has column major layout to be compatible with BLAS/LAPACK. More...
 
class  myra::PivotMatrix< Number >
 A mostly-identity matrix type, with the occasional Matrix22 at a specific diagonal offset (n,n). More...
 

Detailed Description

A collection of pivot Matrix22's used within L*D*op(L)-factorizations (sytrf, hetrf).