Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TDenseMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FReal & At
(
const int32 RowIndex, |
Return a writable reference to the element at the specified row and column. | Chaos/DenseMatrix.h | |
const FReal & At
(
const int32 RowIndex, |
Return a read-only reference to the element at the specified row and column. | Chaos/DenseMatrix.h |
At(const int32, const int32)
Description
Return a writable reference to the element at the specified row and column.
| Name | At |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h |
| Include Path | #include "Chaos/DenseMatrix.h" |
FReal & At
(
const int32 RowIndex,
const int32 ColumnIndex
)
At(const int32, const int32)
Description
Return a read-only reference to the element at the specified row and column.
| Name | At |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h |
| Include Path | #include "Chaos/DenseMatrix.h" |
const FReal & At
(
const int32 RowIndex,
const int32 ColumnIndex
) const