TSparseMatrixAssembler

Generic adapter for building a Sparse Matrix.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Solvers/MatrixInterfaces.h

Include

#include "Solvers/MatrixInterfaces.h"

Syntax

template<typename RealType>
class TSparseMatrixAssembler

Remarks

Generic adapter for building a Sparse Matrix. Generally sparse-matrix assembly code emits matrix entries as tuples of form (i,j,Value).

Variables

Name Description

Public variable

TUniqueFunction...

 

AddEntryFunc

Add matrix entry tuple (i,j,Value)

Public variable

TUniqueFunction...

 

ReserveEntriesFunc

Hint to reserve space for at least this many entries

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