Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | SparseMatrix |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SparseMatrix.h |
| Include Path | #include "Chaos/SparseMatrix.h" |
Syntax
template<class T>
class SparseMatrix
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SparseMatrix
(
const int32 size |
Chaos/SparseMatrix.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SparseMatrix() |
Chaos/SparseMatrix.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MSize | int32 | Chaos/SparseMatrix.h | ||
| MValues | TMap< int32, T > | Chaos/SparseMatrix.h | ||
| RowToIndicesMap | TMap< int32, TArray< int32 > > | Chaos/SparseMatrix.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T operator()
(
const int32 i, |
Chaos/SparseMatrix.h | ||
const T operator()
(
const int32 i, |
Chaos/SparseMatrix.h | ||
| Chaos/SparseMatrix.h |