UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Solvers::TSparseMatrixAssembler< RealType >::FTupleData Struct Reference

#include <MatrixInterfaces.h>

Public Member Functions

 FTupleData (int32 IIn, int32 JIn, RealType ValueIn)
 

Public Attributes

int32 I
 
int32 J
 
RealType Value
 

Constructor & Destructor Documentation

◆ FTupleData()

template<typename RealType >
UE::Solvers::TSparseMatrixAssembler< RealType >::FTupleData::FTupleData ( int32  IIn,
int32  JIn,
RealType  ValueIn 
)
inline

Member Data Documentation

◆ I

template<typename RealType >
int32 UE::Solvers::TSparseMatrixAssembler< RealType >::FTupleData::I

◆ J

template<typename RealType >
int32 UE::Solvers::TSparseMatrixAssembler< RealType >::FTupleData::J

◆ Value

template<typename RealType >
RealType UE::Solvers::TSparseMatrixAssembler< RealType >::FTupleData::Value

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