Home
last modified time | relevance | path

Searched refs:DynMatrixType (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h139 …edef Matrix<Scalar, Dynamic, Dynamic, Options, RowsAtCompileTime, ColsAtCompileTime> DynMatrixType; typedef
159DynMatrixType solveTriangularSylvester(const DynMatrixType& A, const DynMatrixType& B, const DynMa…
396 DynMatrixType A = block(m_T, blockIndex, blockIndex); in computeOffDiagonal()
397 DynMatrixType B = -block(m_T, blockIndex+diagIndex, blockIndex+diagIndex); in computeOffDiagonal()
398DynMatrixType C = block(m_fT, blockIndex, blockIndex) * block(m_T, blockIndex, blockIndex+diagInde… in computeOffDiagonal()
433 typename MatrixFunction<MatrixType,AtomicType,1>::DynMatrixType MatrixFunction<MatrixType,AtomicTyp… in solveTriangularSylvester()
434 const DynMatrixType& A, in solveTriangularSylvester()
435 const DynMatrixType& B, in solveTriangularSylvester()
436 const DynMatrixType& C) in solveTriangularSylvester()
447 DynMatrixType X(m, n); in solveTriangularSylvester()
[all …]
DMatrixLogarithm.h447 …trix<ComplexScalar, Dynamic, Dynamic, Options, RowsAtCompileTime, ColsAtCompileTime> DynMatrixType; in evalTo() typedef
448 typedef MatrixLogarithmAtomic<DynMatrixType> AtomicType; in evalTo()
/external/eigen/test/
Dref.cpp42 typedef Matrix<Scalar,Dynamic,Dynamic,MatrixType::Options> DynMatrixType; in ref_matrix() typedef
46 typedef Ref<DynMatrixType> RefDynMat; in ref_matrix()
47 typedef Ref<const DynMatrixType> ConstRefDynMat; in ref_matrix()
91 typedef Matrix<Scalar,Dynamic,1,VectorType::Options> DynMatrixType; in ref_vector() typedef
96 typedef Ref<DynMatrixType> RefDynMat; in ref_vector()
97 typedef Ref<const DynMatrixType> ConstRefDynMat; in ref_vector()
99 typedef Ref<DynMatrixType , 0, InnerStride<> > RefMatWithStride; in ref_vector()