Home
last modified time | relevance | path

Searched defs:factor_matrix (Results 1 – 3 of 3) sorted by relevance

/dports/math/cmh/cmh-1.1.0/src/
H A Dfactor.h30 typedef unsigned long int (*factor_matrix)[2]; typedef
/dports/math/algae/algae-4.3.6/src/
H A Dfactor.c48 factor_matrix (a) in factor_matrix() function
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dfactor.c2177 gsl_matrix *factor_matrix = gsl_matrix_calloc (factor->n_vars, fmw->n_factors); in do_factor_by_matrix() local