Searched refs:SparseLU (Results 1 – 11 of 11) sorted by relevance
/external/eigen/Eigen/ |
D | SparseLU | 17 * \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 …]
|
D | Sparse | 31 #include "SparseLU"
|
D | OrderingMethods | 37 * SparseLU<MatrixType, COLAMDOrdering<int> > solver;
|
/external/eigen/test/ |
D | sparselu.cpp | 24 …SparseLU<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()
|
D | metis_support.cpp | 17 SparseLU<SparseMatrix<T, ColMajor>, MetisOrdering<int> > sparselu_metis; in test_metis_T()
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU.h | 17 …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; 100 …SparseLU():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/ |
D | test_sparseLU.cpp | 31 SparseLU<SparseMatrix<scalar, ColMajor>, COLAMDOrdering<int> > solver; in main()
|
D | spbenchsolver.h | 348 SparseLU<SpMat, COLAMDOrdering<int> > solver; in SelectSolvers() 354 SparseLU<SpMat, MetisOrdering<int> > solver; in SelectSolvers()
|
/external/eigen/bench/ |
D | sparse_lu.cpp | 50 SparseLU<EigenSparseMatrix,Backend> lu(sm1, flags); in doEigen()
|
/external/eigen/doc/ |
D | SparseLinearSystems.dox | 26 <tr><td>SparseLU \n <tt>\#include<Eigen/\link SparseLU_Module SparseLU\endlink></tt></td> <td>LU fa…
|
D | TutorialSparse.dox | 13 <tr><td>\link SparseLU_Module SparseLU \endlink</td><td>\code #include<Eigen/SparseLU> \endcode</td>
|