Solve X*A = B, which is also A'*X' = B'
[Visual Basic]Overridable Public Function SolveTranspose( _
ByVal B As GeneralMatrix _
) As GeneralMatrix
ByVal B As GeneralMatrix _
) As GeneralMatrix
Parameters
- B
- right hand side
Return Value
solution if A is square, least squares solution otherwise.