Documentation ¶
Overview ¶
Package data wraps test_mat from https://people.sc.fsu.edu/~jburkardt/f_src/test_mat/test_mat.html This package should be used in tests only
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type A123 ¶
type A123 struct {
// size
M, N int // size
// matrices
A []float64 // matrix data
El []float64 // eigen data
Er []float64 // eigen data
Ai []float64 // inverse
P []float64 // plu data
Ll []float64 // plu data
Uu []float64 // plu data
Q []float64 // qr data
R []float64 // qr data
U []float64 // svd data
S []float64 // svd data
V []float64 // svd data
// vectors
Ev []float64 // eigen data
Nl []float64 // null vector
Nr []float64 // null vector
RHS []float64 // right-hand-side
Sol []float64 // solution
// scalars
Det float64 // determinant
}
A123 implements the 'A123' matrix
Click to show internal directories.
Click to hide internal directories.