OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SparseMatrix
(Results
76 - 93
of
93
) sorted by null
1
2
3
4
/external/eigen/test/
sparse_vector.cpp
19
typedef
SparseMatrix
<Scalar> SparseMatrixType;
sparse_solver.h
173
typedef
SparseMatrix
<Scalar,ColMajor> SpMat;
/external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix_test.cc
45
void CompareMatrices(const
SparseMatrix
* a, const
SparseMatrix
* b) {
trust_region_minimizer.cc
64
void TrustRegionMinimizer::EstimateScale(const
SparseMatrix
& jacobian,
90
SparseMatrix
* jacobian = CHECK_NOTNULL(options_.jacobian);
coordinate_descent_minimizer.cc
217
scoped_ptr<
SparseMatrix
> jacobian(evaluator->CreateJacobian());
partitioned_matrix_view_test.cc
66
scoped_ptr<
SparseMatrix
> A_;
triplet_sparse_matrix.cc
73
:
SparseMatrix
(),
solver_impl.cc
248
scoped_ptr<
SparseMatrix
> jacobian(evaluator->CreateJacobian());
[
all
...]
/external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h
119
* \tparam _MatrixType the type of the sparse matrix A, it must be a
SparseMatrix
<>
134
typedef
SparseMatrix
<Scalar> LUMatrixType;
135
typedef
SparseMatrix
<Scalar,ColMajor,int> UmfpackMatrixType;
193
* \sa
SparseMatrix
::makeCompressed().
/external/eigen/Eigen/src/SparseCore/
MappedSparseMatrix.h
26
struct traits<MappedSparseMatrix<_Scalar, _Flags, _Index> > : traits<
SparseMatrix
<_Scalar, _Flags, _Index> >
/external/eigen/bench/
BenchSparseUtil.h
25
typedef
SparseMatrix
<Scalar> EigenSparseMatrix;
sparse_cholesky.cpp
41
// typedef
SparseMatrix
<Scalar,UpperTriangular> EigenSparseTriMatrix;
42
typedef
SparseMatrix
<Scalar,SelfAdjoint|LowerTriangular> EigenSparseSelfAdjointMatrix;
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
ConstrainedConjGrad.h
124
SparseMatrix
<Scalar,RowMajor> CINV(C.rows(), C.cols());
/external/eigen/Eigen/src/OrderingMethods/
Amd.h
91
* The input matrix \a C must be a selfadjoint compressed column major
SparseMatrix
object. Both the upper and lower parts have to be stored, but the diagonal entries are optional.
94
void minimum_degree_ordering(
SparseMatrix
<Scalar,ColMajor,Index>& C, PermutationMatrix<Dynamic,Dynamic,Index>& perm)
97
typedef
SparseMatrix
<Scalar,ColMajor,Index> CCS;
/external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h
129
typedef
SparseMatrix
<Scalar, ColMajor> ColSpMatrix;
162
void _solve_sparse(const Rhs& b,
SparseMatrix
<DestScalar,DestOptions,DestIndex> &dest) const
442
* \tparam _MatrixType the type of the sparse matrix A, it must be a
SparseMatrix
<>
556
* \tparam MatrixType the type of the sparse matrix A, it must be a
SparseMatrix
<>
637
* \tparam MatrixType the type of the sparse matrix A, it must be a
SparseMatrix
<>
/external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h
107
typedef
SparseMatrix
<Scalar,RowMajor,Index> SparseMatrixType;
210
void _solve_sparse(const Rhs& b,
SparseMatrix
<DestScalar,DestOptions,DestIndex> &dest) const
422
* \tparam _MatrixType the type of the sparse matrix A, it must be a
SparseMatrix
<>
472
* \tparam MatrixType the type of the sparse matrix A, it must be a
SparseMatrix
<>
532
* \tparam MatrixType the type of the sparse matrix A, it must be a
SparseMatrix
<>
/external/eigen/bench/spbench/
spbenchsolver.h
287
int SelectSolvers(const
SparseMatrix
<Scalar>&A, unsigned int sym, Matrix<Scalar, Dynamic, 1>& b, const Matrix<Scalar, Dynamic, 1>& refX, Stats *stat)
289
typedef
SparseMatrix
<Scalar, ColMajor> SpMat;
/external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h
301
typedef
SparseMatrix
<Scalar> LUMatrixType;
474
* \tparam _MatrixType the type of the sparse matrix A, it must be a
SparseMatrix
<>
814
* \tparam _MatrixType the type of the sparse matrix A, it must be a
SparseMatrix
<>
Completed in 266 milliseconds
1
2
3
4