Valkyrie 2026
Loading...
Searching...
No Matches
Concepts
Here is a list of all documented concepts with brief descriptions:
[detail level 123]
 Nvalor
 NEigenUnit
 RValidIndexConcept verifying that index N is within the bounds of a pack
 RValidSizeConcept verifying that size N is within the bounds of a pack
 RAllSameUnitsConcept verifying that all units in a pack are identical
 RThreeDimensionalVectorConcept verifying that a pack contains exactly three elements
 RUnitEqualityConcept verifying that two tuple-based unit types match exactly
 RHomogeneousTupleConcept verifying that a tuple contains only identical unit types
 RSquareMatrixConcept verifying that a UnitMatrix is square
 RMatchingSquareMatrixConcept verifying that a UnitMatrix is square AND has matching units for rows and columns
 RHomogeneousMatrixConcept verifying that a UnitMatrix has uniform units for both inputs and outputs
 RValidBlockLayoutChecks that a UnitMatrix's block dimensions sum correctly for fromBlocks
 RMatchingUnitTupleChecks that a UnitVector's UnitTuple matches the output tuple of a matrix
 RColVecsMatchOutputChecks that a pack of column vectors all match the output tuple
 RRowVecsMatchInputChecks that a pack of row vectors all match the input tuple
 RValidElemArgsConcept verifying that a pack of arguments matches the required units for a UnitMatrix