|
using | NestedType = TMatrix |
|
using | ScalarType = typename NestedType::ScalarType |
|
using | SelfType = FlatView<NestedType> |
|
|
PBAT_HOST_DEVICE | FlatView (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 auto constexpr | kRows = NestedType::kRows * NestedType::kCols |
|
static auto constexpr | kCols = 1 |
|
static bool constexpr | bRowMajor = false |
|
The documentation for this class was generated from the following file:
- C:/git/PhysicsBasedAnimationToolkit/source/pbat/math/linalg/mini/Flatten.h