mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Tweaked math.scad code formatting.
This commit is contained in:
parent
bdb641fbf5
commit
b0a57dab7d
2 changed files with 23 additions and 22 deletions
|
@ -580,6 +580,7 @@ function linear_solve(A,b) =
|
|||
m<n ? Q*back_substitute(R,b,transpose=true) :
|
||||
back_substitute(R, transpose(Q)*b);
|
||||
|
||||
|
||||
// Function: matrix_inverse()
|
||||
// Usage:
|
||||
// matrix_inverse(A)
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,200];
|
||||
BOSL_VERSION = [2,0,201];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue