mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 07:37:03 +08:00
mat: harmonise parameter naming and documentation
This commit is contained in:

committed by
Dan Kortschak

parent
8d2aaa4a38
commit
64df69126c
@@ -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:
|
||||
|
Reference in New Issue
Block a user