File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1270,12 +1270,14 @@ The right division of B by A; equivalently `B * inverse(A)`
12701270\index{{\tt \bfseries operator\_ left\_ div }!{\tt (matrix A, vector b): vector}|hyperpage}
12711271
12721272` vector ` ** ` operator\ ` ** ` (matrix A, vector b) ` <br >\newline
1273+ The left division of A by b; equivalently ` inverse(A) * b `
12731274
12741275
12751276<!-- matrix; operator\; (matrix A, matrix B); -->
12761277\index{{\tt \bfseries operator\_ left\_ div }!{\tt (matrix A, matrix B): matrix}|hyperpage}
12771278
12781279` matrix ` ** ` operator\ ` ** ` (matrix A, matrix B) ` <br >\newline
1280+ The left division of A by B; equivalently ` inverse(A) * B `
12791281
12801282
12811283#### Lower-triangular matrix division functions
@@ -1379,7 +1381,7 @@ The matrix exponential of A
13791381
13801382` matrix ` ** ` matrix_exp_multiply ` ** ` (matrix A, matrix B) ` <br >\newline
13811383The multiplication of matrix exponential of A and matrix B;
1382- algebraically equivalent to the less efficient form ` matrix_exp(t * A) * B ` .
1384+ algebraically equivalent to the less efficient form ` matrix_exp(A) * B ` .
13831385
13841386<!-- matrix; scale_matrix_exp_multiply; (real t, matrix A, matrix B); -->
13851387\index{{\tt \bfseries scale\_ matrix\_ exp\_ multiply }!{\tt (real t, matrix A, matrix B): matrix}|hyperpage}
You can’t perform that action at this time.
0 commit comments