HomeSort by relevance Sort by last modified time
    Searched refs:RealMatrixType (Results 1 - 3 of 3) sorted by null

  /external/eigen/test/
upperbidiagonalization.cpp 18 typedef Matrix<typename MatrixType::RealScalar, MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime> RealMatrixType;
23 RealMatrixType b(rows, cols);
cholesky.cpp 255 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> RealMatrixType;
258 RealMatrixType a0 = RealMatrixType::Random(rows,cols);
261 RealMatrixType symm = a0 * a0.adjoint();
265 RealMatrixType a1 = RealMatrixType::Random(rows,cols);
270 RealMatrixType symmLo = symm.template triangularView<Lower>();
272 LLT<RealMatrixType,Lower> chollo(symmLo);
289 RealMatrixType symmLo = symm.template triangularView<Lower>();
291 LDLT<RealMatrixType,Lower> ldltlo(symmLo)
    [all...]
basicstuff.cpp 136 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime> RealMatrixType;
151 RealMatrixType rm1 = RealMatrixType::Random(rows,cols),
152 rm2 = RealMatrixType::Random(rows,cols);

Completed in 101 milliseconds