-
Notifications
You must be signed in to change notification settings - Fork 0
xlinalg.h
Brian W. Mulligan edited this page Dec 22, 2017
·
1 revision
- xvector: double precision vector of arbitrary length.
- xvector_long: long double precision vector.
- xindex_vector: unsigned integer vector.
- xtensor: double precision tensor
- xsquare_matrix: double precision m x m matrix
- xsquare_matrix_long: long double precision m x m matrix
- xtridiag_matrix: double precision m x m matrix where only elements (i-1,i), (i,i), and (i,i+1) are non-zero (for all i <= m).