|
using | LhsNestedType = TLhsMatrix |
|
using | RhsNestedType = TRhsMatrix |
|
using | ScalarType = typename LhsNestedType::ScalarType |
|
using | SelfType = Subtraction<LhsNestedType, RhsNestedType> |
|
|
PBAT_HOST_DEVICE | Subtraction (LhsNestedType const &_A, RhsNestedType const &_B) |
|
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 = LhsNestedType::kRows |
|
static auto constexpr | kCols = RhsNestedType::kCols |
|
static bool constexpr | bRowMajor = LhsNestedType::bRowMajor |
|
The documentation for this class was generated from the following file: