MyraMath
Classes
Kernel.h File Reference

Pivot factorization for SparseRCholeskySolver. More...

#include <myramath/utility/Number.h>
#include <myramath/io/Streams.h>
#include <myramath/io/ReaderWriter.h>
#include <myramath/dense/MatrixRange.h>
#include <myramath/dense/LowerMatrixRange.h>
#include <myramath/dense/potrf.h>
#include <myramath/dense/trsm.h>
#include <myramath/dense/detail/nwork.h>
#include <stdint.h>
Include dependency graph for Kernel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  myra::RCholeskyKernel< Precision >
 Factors A into L*L', presents solve methods. More...
 
class  myra::ReflectNumber< RCholeskyKernel< Precision > >
 Specializing ReflectNumber<> for RCholeskyKernel<Precision> More...
 

Detailed Description

Pivot factorization for SparseRCholeskySolver.