mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-05 14:07:34 +02:00
Tweaked math.scad code formatting.
This commit is contained in:
@@ -580,6 +580,7 @@ function linear_solve(A,b) =
|
|||||||
m<n ? Q*back_substitute(R,b,transpose=true) :
|
m<n ? Q*back_substitute(R,b,transpose=true) :
|
||||||
back_substitute(R, transpose(Q)*b);
|
back_substitute(R, transpose(Q)*b);
|
||||||
|
|
||||||
|
|
||||||
// Function: matrix_inverse()
|
// Function: matrix_inverse()
|
||||||
// Usage:
|
// Usage:
|
||||||
// matrix_inverse(A)
|
// matrix_inverse(A)
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,200];
|
BOSL_VERSION = [2,0,201];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user