PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
Loading...
Searching...
No Matches
pbat::math::linalg::mini::Scale< TMatrix > Class Template Reference

Public Types

using NestedType = TMatrix
 
using ScalarType = typename NestedType::ScalarType
 
using SelfType = Scale<NestedType>
 

Public Member Functions

PBAT_HOST_DEVICE Scale (ScalarType _k, NestedType const &_A)
 
PBAT_HOST_DEVICE ScalarType operator() (auto i, auto j) const
 
PBAT_HOST_DEVICE ScalarType operator() (auto i) const
 
PBAT_HOST_DEVICE ScalarType operator[] (auto i) const
 

Static Public Attributes

static auto constexpr kRows = NestedType::kRows
 
static auto constexpr kCols = NestedType::kCols
 
static bool constexpr bRowMajor = NestedType::bRowMajor
 

The documentation for this class was generated from the following file: