HomeSort by relevance Sort by last modified time
    Searched refs:Dense (Results 51 - 63 of 63) sorted by null

1 23

  /external/eigen/Eigen/src/Core/
CwiseUnaryView.h 92 class CwiseUnaryViewImpl<ViewOp,MatrixType,Dense>
Select.h 36 typedef Dense StorageKind;
CwiseBinaryOp.h 163 class CwiseBinaryOpImpl<BinaryOp, Lhs, Rhs, Dense>
DiagonalMatrix.h 127 typedef Dense StorageKind;
Matrix.h 21 * The %Matrix class is the work-horse for all \em dense (\ref dense "note") matrices and vectors within Eigen.
75 * <dt><b>\anchor dense Dense versus sparse:</b></dt>
76 * <dd>This %Matrix class handles dense, not sparse matrices and vectors. For sparse matrices and vectors, see the Sparse module.
78 * Dense matrices and vectors are plain usual arrays of coefficients. All the coefficients are stored, in an ordinary contiguous array.
89 * Note that \em dense matrices, be they Fixed-size or Dynamic-size, <em>do not</em> expand dynamically in the sense of a std::map.
109 typedef Dense StorageKind;
Transpose.h 100 template<typename MatrixType> class TransposeImpl<MatrixType,Dense>
BandMatrix.h 181 typedef Dense StorageKind;
Block.h 145 // The generic default implementation for dense block simplu forward to the internal::BlockImpl_dense
148 class BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, Dense>
164 /** \internal Internal implementation of dense Blocks in the general case. */
311 /** \internal Internal implementation of dense Blocks in the direct access case.*/
  /external/eigen/unsupported/test/
forward_adolc.cpp 11 #include <Eigen/Dense>
  /external/ceres-solver/scripts/
ceres-solver.spec 44 - Dense QR and Cholesky factorization (using Eigen) for small problems
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 20 * \param MatrixType the type of the dense matrix storing the coefficients
24 * with given dense storage of the coefficients. It is the return type of MatrixBase::selfadjointView()
96 /** Efficient sparse self-adjoint matrix times dense vector/matrix product */
104 /** Efficient dense vector/matrix times sparse self-adjoint matrix product */
212 * Implementation of sparse self-adjoint time dense matrix
220 typedef Dense StorageKind;
SparseMatrix.h 68 typedef Dense StorageKind;
    [all...]
  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 28 #include <Eigen/Dense>

Completed in 431 milliseconds

1 23