MyraMath
Public Member Functions | Public Attributes | List of all members
myra::SparseMatrixTriplet< Number > Class Template Reference

Value type of SparseMatrixBuilder, a triplet of (i,j,value) More...

#include <SparseMatrixBuilder.h>

Collaboration diagram for myra::SparseMatrixTriplet< Number >:
[legend]

Public Member Functions

 SparseMatrixTriplet (int ii, int jj, Number vv)
 
 SparseMatrixTriplet (int ii, int jj)
 

Public Attributes

int i
 
int j
 
Number value
 

Detailed Description

template<class Number>
class myra::SparseMatrixTriplet< Number >

Value type of SparseMatrixBuilder, a triplet of (i,j,value)


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