![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Public Member Functions | |
matrix (size_type N_, bool is_banded_=false) | |
T & | operator() (size_type i, size_type j) |
const T & | operator() (size_type i, size_type j) const |
size_type | size () const |
bool | isbanded () const |
Private Types | |
using | size_type = typename std::vector< T >::size_type |
Private Attributes | |
const size_type | N { 0 } |
const bool | is_banded { false } |
std::vector< T > | A |
|
private |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
References interpol::smooth_cubic_spline< T >::matrix::N.
|
private |
|
private |
|
private |