Home
last modified time | relevance | path

Searched refs:SparseLU (Results 1 – 11 of 11) sorted by relevance

/external/eigen/Eigen/
DSparseLU17 * \defgroup SparseLU_Module SparseLU module
20 * Please, see the documentation of the SparseLU class for more details.
26 #include "src/SparseLU/SparseLU_gemm_kernel.h"
28 #include "src/SparseLU/SparseLU_Structs.h"
29 #include "src/SparseLU/SparseLU_SupernodalMatrix.h"
30 #include "src/SparseLU/SparseLUImpl.h"
32 #include "src/SparseLU/SparseLU_Memory.h"
33 #include "src/SparseLU/SparseLU_heap_relax_snode.h"
34 #include "src/SparseLU/SparseLU_relax_snode.h"
35 #include "src/SparseLU/SparseLU_pivotL.h"
[all …]
DSparse31 #include "SparseLU"
DOrderingMethods37 * SparseLU<MatrixType, COLAMDOrdering<int> > solver;
/external/eigen/test/
Dsparselu.cpp24SparseLU<SparseMatrix<T, ColMajor> /*, COLAMDOrdering<int>*/ > sparselu_colamd; // COLAMDOrdering … in test_sparselu_T()
25 SparseLU<SparseMatrix<T, ColMajor>, AMDOrdering<int> > sparselu_amd; in test_sparselu_T()
26 SparseLU<SparseMatrix<T, ColMajor, long int>, NaturalOrdering<long int> > sparselu_natural; in test_sparselu_T()
Dmetis_support.cpp17 SparseLU<SparseMatrix<T, ColMajor>, MetisOrdering<int> > sparselu_metis; in test_metis_T()
/external/eigen/Eigen/src/SparseLU/
DSparseLU.h17 …Type, typename _OrderingType = COLAMDOrdering<typename _MatrixType::StorageIndex> > class SparseLU; variable
74 class SparseLU : public SparseSolverBase<SparseLU<_MatrixType,_OrderingType> >, public internal::Sp…
77 typedef SparseSolverBase<SparseLU<_MatrixType,_OrderingType> > APIBase;
100SparseLU():m_lastError(""),m_Ustore(0,0,0,0,0,0),m_symmetricmode(false),m_diagpivotthresh(1.0),m_d… in SparseLU() function
104 explicit SparseLU(const MatrixType& matrix) in SparseLU() function
111 ~SparseLU() in ~SparseLU()
191 inline const Solve<SparseLU, Rhs> solve(const MatrixBase<Rhs>& B) const;
393 SparseLU (const SparseLU& );
411 void SparseLU<MatrixType, OrderingType>::analyzePattern(const MatrixType& mat) in analyzePattern()
496 void SparseLU<MatrixType, OrderingType>::factorize(const MatrixType& matrix) in factorize()
/external/eigen/bench/spbench/
Dtest_sparseLU.cpp31 SparseLU<SparseMatrix<scalar, ColMajor>, COLAMDOrdering<int> > solver; in main()
Dspbenchsolver.h348 SparseLU<SpMat, COLAMDOrdering<int> > solver; in SelectSolvers()
354 SparseLU<SpMat, MetisOrdering<int> > solver; in SelectSolvers()
/external/eigen/bench/
Dsparse_lu.cpp50 SparseLU<EigenSparseMatrix,Backend> lu(sm1, flags); in doEigen()
/external/eigen/doc/
DSparseLinearSystems.dox26 <tr><td>SparseLU \n <tt>\#include<Eigen/\link SparseLU_Module SparseLU\endlink></tt></td> <td>LU fa…
DTutorialSparse.dox13 <tr><td>\link SparseLU_Module SparseLU \endlink</td><td>\code #include<Eigen/SparseLU> \endcode</td>