Go to the documentation of this file.
10 #ifndef EIGEN_SKYLINEMATRIXBASE_H
11 #define EIGEN_SKYLINEMATRIXBASE_H
31 typedef typename internal::index<StorageKind>::type
Index;
78 #ifndef EIGEN_PARSED_BY_DOXYGEN
92 return *
static_cast<const Derived*
> (
this);
96 return *
static_cast<Derived*
> (
this);
102 #endif // not EIGEN_PARSED_BY_DOXYGEN
152 this->
operator=<Derived > (other);
156 template<
typename OtherDerived>
158 derived().resize(other.rows(), other.cols());
167 template<
typename OtherDerived>
172 template<
typename Lhs,
typename Rhs>
180 template<
typename OtherDerived>
185 template<
typename DenseDerived>
190 dst(i, j) =
derived().coeff(i, j);
212 #endif // EIGEN_SkylineMatrixBase_H
EIGEN_DEVICE_FUNC Derived & setZero()
const SkylineProductReturnType< Derived, OtherDerived >::Type operator*(const MatrixBase< OtherDerived > &other) const
NumTraits< Scalar >::Real RealScalar
Eigen::Index Index
The interface type of indices.
void evalTo(MatrixBase< DenseDerived > &dst) const
EIGEN_DEVICE_FUNC ColXpr col(Index i)
This is the const version of col().
const unsigned int RowMajorBit
Base class of any skyline matrices or skyline expressions.
#define EIGEN_SIZE_MAX(a, b)
Matrix< Scalar, EIGEN_SIZE_MAX(RowsAtCompileTime, ColsAtCompileTime), EIGEN_SIZE_MAX(RowsAtCompileTime, ColsAtCompileTime) > SquareMatrixType
Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime > toDense() const
internal::index< StorageKind >::type Index
internal::traits< Derived >::Scalar Scalar
friend std::ostream & operator<<(std::ostream &s, const SkylineMatrixBase &m)
EIGEN_DEVICE_FUNC RowXpr row(Index i)
This is the const version of row(). */.
#define EIGEN_STRONG_INLINE
Derived & operator=(const Derived &other)
Derived & operator=(const SkylineMatrixBase< OtherDerived > &other)
Derived & const_cast_derived() const
internal::traits< Derived >::StorageKind StorageKind
void assignGeneric(const OtherDerived &other)
The matrix class, also used for vectors and row-vectors.
Base class for all dense matrices, vectors, and expressions.
const Derived & derived() const
const EIGEN_STRONG_INLINE internal::eval< Derived, IsSkyline >::type eval() const
Holds information about the various numeric (i.e. scalar) types allowed by Eigen.
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:06:15