UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::SparseMatrix< T > Class Template Reference

#include <SparseMatrix.h>

Public Member Functions

 SparseMatrix (const int32 size)
 
 ~SparseMatrix ()
 
operator() (const int32 i, const int32 j)
 
const T operator() (const int32 i, const int32 j) const
 
VectorND< T > operator* (const VectorND< T > &vector) const
 

Constructor & Destructor Documentation

◆ SparseMatrix()

template<class T >
Chaos::SparseMatrix< T >::SparseMatrix ( const int32  size)
inline

◆ ~SparseMatrix()

template<class T >
Chaos::SparseMatrix< T >::~SparseMatrix ( )
inline

Member Function Documentation

◆ operator()() [1/2]

template<class T >
T Chaos::SparseMatrix< T >::operator() ( const int32  i,
const int32  j 
)
inline

◆ operator()() [2/2]

template<class T >
const T Chaos::SparseMatrix< T >::operator() ( const int32  i,
const int32  j 
) const
inline

◆ operator*()

template<class T >
VectorND< T > Chaos::SparseMatrix< T >::operator* ( const VectorND< T > &  vector) const
inline

The documentation for this class was generated from the following file: