Uses of Class
org.bytedeco.gsl.gsl_multilarge_linear_type
-
Packages that use gsl_multilarge_linear_type Package Description org.bytedeco.gsl org.bytedeco.gsl.global -
-
Uses of gsl_multilarge_linear_type in org.bytedeco.gsl
Methods in org.bytedeco.gsl with parameters of type gsl_multilarge_linear_type Modifier and Type Method Description gsl_multilarge_linear_workspacegsl_multilarge_linear_workspace. type(gsl_multilarge_linear_type setter) -
Uses of gsl_multilarge_linear_type in org.bytedeco.gsl.global
Methods in org.bytedeco.gsl.global that return gsl_multilarge_linear_type Modifier and Type Method Description static gsl_multilarge_linear_typegsl. gsl_multilarge_linear_normal()static gsl_multilarge_linear_typegsl. gsl_multilarge_linear_tsqr()Methods in org.bytedeco.gsl.global with parameters of type gsl_multilarge_linear_type Modifier and Type Method Description static gsl_multilarge_linear_workspacegsl. gsl_multilarge_linear_alloc(gsl_multilarge_linear_type T, long p)static voidgsl. gsl_multilarge_linear_normal(gsl_multilarge_linear_type setter)static voidgsl. gsl_multilarge_linear_tsqr(gsl_multilarge_linear_type setter)
-