File: Matrix.h

package info (click to toggle)
libmath-gsl-perl 0.45-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192,156 kB
  • sloc: ansic: 895,524; perl: 24,682; makefile: 12
file content (4 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (4)
1
2
3
4

gsl_matrix *gsl_matrix_vconcat(const gsl_matrix *A, const gsl_matrix *B);
gsl_matrix *gsl_matrix_hconcat(const gsl_matrix *A, const gsl_matrix *B);
void gsl_matrix_random(const gsl_matrix *A);