OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullPivLU
(Results
1 - 11
of
11
) sorted by null
/external/eigen/failtest/
fullpivlu_int.cpp
13
FullPivLU
<Matrix<SCALAR,Dynamic,Dynamic> > lu(Matrix<SCALAR,Dynamic,Dynamic>::Random(10,10));
/external/eigen/doc/examples/
TutorialLinAlgRankRevealing.cpp
14
FullPivLU
<Matrix3f> lu_decomp(A);
TutorialLinAlgSetThreshold.cpp
12
FullPivLU
<Matrix2d> lu(A);
/external/eigen/Eigen/src/LU/
FullPivLU.h
17
* \class
FullPivLU
44
* \sa MatrixBase::
fullPivLu
(), MatrixBase::determinant(), MatrixBase::inverse()
46
template<typename _MatrixType> class
FullPivLU
72
FullPivLU
();
78
* \sa
FullPivLU
()
80
FullPivLU
(Index rows, Index cols);
87
FullPivLU
(const MatrixType& matrix);
96
FullPivLU
& compute(const MatrixType& matrix);
100
* case, special care is needed, see the documentation of class
FullPivLU
).
162
inline const internal::kernel_retval<
FullPivLU
> kernel() cons
[
all
...]
/external/eigen/doc/snippets/
class_FullPivLU.cpp
5
Eigen::
FullPivLU
<Matrix5x3> lu(m);
/external/eigen/test/
lu.cpp
44
typedef typename internal::kernel_retval_base<
FullPivLU
<MatrixType> >::ReturnType KernelMatrixType;
45
typedef typename internal::image_retval_base<
FullPivLU
<MatrixType> >::ReturnType ImageMatrixType;
54
VERIFY((MatrixType::Zero(rows,cols).
fullPivLu
().image(MatrixType::Zero(rows,cols)).cols() == 1));
60
FullPivLU
<MatrixType> lu;
86
VERIFY(m1image.
fullPivLu
().rank() == rank);
108
FullPivLU
<MatrixType> lu;
122
VERIFY(lu.image(m1).
fullPivLu
().isInvertible());
153
FullPivLU
<MatrixType> lu;
208
CALL_SUBTEST_9(
FullPivLU
<MatrixXf>(10, 20); );
nomalloc.cpp
149
Eigen::
FullPivLU
<Matrix> fpLU; fpLU.compute(A);
/external/eigen/Eigen/src/Eigen2Support/
LU.h
16
class LU : public
FullPivLU
<MatrixType>
46
typedef
FullPivLU
<MatrixType> Base;
/external/eigen/bench/
sparse_lu.cpp
101
FullPivLU
<DenseMatrix> lu(m1);
/external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h
216
template<typename MatrixType> class
FullPivLU
;
/external/eigen/Eigen/src/Core/
MatrixBase.h
321
const
FullPivLU
<PlainObject>
fullPivLu
() const;
Completed in 2577 milliseconds