* * Solve a system of linear equations A*X = B or A.T*X = B with general M-by-N * matrix A using the LU factorizatoin computed by DecomposeLU(). * * Arguments: * B On entry, the right hand side matrix B. On exit, the solution matrix X. * * A The factor L and U from the factorizati
(B, A *matrix.FloatMatrix, pivots []int, flags Flags)