Home
last modified time | relevance | path

Searched refs:gretl_matrix_mirror (Results 1 – 3 of 3) sorted by relevance

/dports/math/gretl/gretl-2021d/plugin/
H A Dduration.c410 gretl_matrix_mirror(H, 'L'); in duration_hessian()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_matrix.h352 int gretl_matrix_mirror (gretl_matrix *m, char uplo);
H A Dgretl_matrix.c4899 gretl_matrix_mirror(a, uplo); in gretl_cholesky_invert()
8853 int gretl_matrix_mirror (gretl_matrix *m, char uplo) in gretl_matrix_mirror() function
9072 gretl_matrix_mirror(a, uplo); in gretl_invert_symmetric_indef_matrix()
9138 gretl_matrix_mirror(a, uplo); in real_invert_symmetric_matrix()
9218 gretl_matrix_mirror(a, uplo); in gretl_invpd()
9263 gretl_matrix_mirror(targ, uplo); in gretl_inverse_from_cholesky_decomp()
9338 gretl_matrix_mirror(a, uplo); in gretl_invert_symmetric_matrix2()
10126 gretl_matrix_mirror(m, 'L'); in get_extreme_eigenvalue()
12545 gretl_matrix_mirror(XTX, uplo); in gretl_matrix_multi_ols()