Go to the source code of this file.
|
static UniformScaling< float > | Eigen::Scaling (float s) |
|
static UniformScaling< double > | Eigen::Scaling (double s) |
|
template<typename RealScalar > |
static UniformScaling< std::complex< RealScalar > > | Eigen::Scaling (const std::complex< RealScalar > &s) |
|
template<typename Scalar > |
static DiagonalMatrix< Scalar, 2 > | Eigen::Scaling (const Scalar &sx, const Scalar &sy) |
|
template<typename Scalar > |
static DiagonalMatrix< Scalar, 3 > | Eigen::Scaling (const Scalar &sx, const Scalar &sy, const Scalar &sz) |
|
template<typename Derived > |
static const DiagonalWrapper< const Derived > | Eigen::Scaling (const MatrixBase< Derived > &coeffs) |
|