SparseMatrix

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SparseMatrix.h

Include

#include "Chaos/SparseMatrix.h"

Syntax

template<class T>
class SparseMatrix

Constructors

Name Description

Public function

SparseMatrix

(
    const int32 size
)

Destructors

Name Description

Public function

~SparseMatrix()

Operators

Name Description

Public function

T

 

operator()

(
    const int32 i,
    const int32 j
)

Public function Const

const T

 

operator()

(
    const int32 i,
    const int32 j
)

Public function Const

VectorND< T ...

 

operator*

(
    const VectorND< T >& vector
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss