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

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 139 typedef Matrix<Scalar, Dynamic, Dynamic, Options, RowsAtCompileTime, ColsAtCompileTime> DynMatrixType;
159 DynMatrixType solveTriangularSylvester(const DynMatrixType& A, const DynMatrixType& B, const DynMatrixType& C);
395 DynMatrixType A = block(m_T, blockIndex, blockIndex);
396 DynMatrixType B = -block(m_T, blockIndex+diagIndex, blockIndex+diagIndex);
397 DynMatrixType C = block(m_fT, blockIndex, blockIndex) * block(m_T, blockIndex, blockIndex+diagIndex);
432 typename MatrixFunction<MatrixType,AtomicType,1>::DynMatrixType MatrixFunction<MatrixType,AtomicType,1>::solveTriangularSylvester(
433 const DynMatrixType& A,
    [all...]
MatrixLogarithm.h 456 typedef Matrix<ComplexScalar, Dynamic, Dynamic, Options, RowsAtCompileTime, ColsAtCompileTime> DynMatrixType;
457 typedef MatrixLogarithmAtomic<DynMatrixType> AtomicType;

Completed in 28 milliseconds