MyraMath
Classes
Kernel.h File Reference

Pivot factorization for SparseLUSolver. More...

#include <myramath/utility/Number.h>
#include <myramath/utility/eprintf.h>
#include <myramath/io/Streams.h>
#include <myramath/io/ReaderWriter.h>
#include <myramath/dense/MatrixRange.h>
#include <myramath/dense/getrf.h>
#include <myramath/dense/trsm.h>
#include <myramath/dense/swaps.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::LUKernel< Number >
 Factors A into L*U, presents solve methods. More...
 
class  myra::ReflectNumber< LUKernel< Number > >
 Specializing ReflectNumber<> for LUKernel<Number> More...
 

Detailed Description

Pivot factorization for SparseLUSolver.