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

  /external/eigen/test/
upperbidiagonalization.cpp 19 typedef Matrix<typename MatrixType::RealScalar, MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime> RealMatrixType;
23 RealMatrixType b(rows, cols);
cholesky.cpp 204 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> RealMatrixType;
207 RealMatrixType a0 = RealMatrixType::Random(rows,cols);
210 RealMatrixType symm = a0 * a0.adjoint();
214 RealMatrixType a1 = RealMatrixType::Random(rows,cols);
219 RealMatrixType symmLo = symm.template triangularView<Lower>();
221 LLT<RealMatrixType,Lower> chollo(symmLo);
238 RealMatrixType symmLo = symm.template triangularView<Lower>();
240 LDLT<RealMatrixType,Lower> ldltlo(symmLo)
    [all...]
basicstuff.cpp 137 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime> RealMatrixType;
152 RealMatrixType rm1 = RealMatrixType::Random(rows,cols),
153 rm2 = RealMatrixType::Random(rows,cols);

Completed in 245 milliseconds