mat: harmonise parameter naming and documentation

This commit is contained in:
Dan Kortschak
2018-02-15 14:31:01 +10:30
committed by Dan Kortschak
parent 8d2aaa4a38
commit 64df69126c
5 changed files with 101 additions and 101 deletions

View File

@@ -11,7 +11,7 @@ import (
)
// Solve finds a minimum-norm solution to a system of linear equations defined
// by the matrices a and b. If A is singular or near-singular, a Condition error
// by the matrices A and B. If A is singular or near-singular, a Condition error
// is returned. See the documentation for Condition for more information.
//
// The minimization problem solved depends on the input parameters: