File: dpofa.h

package info (click to toggle)
vxl 1.14.0-18
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 125,716 kB
  • sloc: cpp: 652,189; ansic: 178,143; fortran: 27,980; sh: 5,248; python: 1,941; lisp: 1,107; makefile: 284; perl: 255; xml: 184
file content (7 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
/*: Factors a double precision symmetric positive definite matrix.  */
extern int v3p_netlib_dpofa_(
  v3p_netlib_doublereal *a,
  v3p_netlib_integer *lda,
  v3p_netlib_integer *n,
  v3p_netlib_integer *info
  );