File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A full and standardized implementation of the present library has been integrate
7
7
8
8
All procedures work with all types (` real ` , ` complex ` ) and kinds (32, 64, 128-bit floats).
9
9
10
- ## [ ` solve ` ] (@ref la_solve::solve) - Solve a linear matrix equation or a linear system of equations.
10
+ ## [ solve] (@ref la_solve::solve) - Solve a linear matrix equation or a linear system of equations.
11
11
12
12
### Syntax
13
13
@@ -34,7 +34,7 @@ For a full-rank matrix, returns an array value that represents the solution to t
34
34
- Raises [ ` LINALG_VALUE_ERROR ` ] (@ref la_state_type::linalg_value_error) if the matrix and rhs vectors have invalid/incompatible sizes.
35
35
- If ` err ` is not present, exceptions trigger an ` error stop ` .
36
36
37
- ## [ ` lstsq ` ] (@ref la_least_squares::lstsq) - Compute a least squares solution to a system of linear equations.
37
+ ## [ lstsq] (@ref la_least_squares::lstsq) - Compute a least squares solution to a system of linear equations.
38
38
39
39
### Syntax
40
40
@@ -178,7 +178,7 @@ Returns the solution array \f$ x \f$ with size \f$ n \f$ (for a single right-han
178
178
** Optional arguments** :
179
179
- ` err ` : Error handler.
180
180
181
- ## [ ` qr ` ] (@ref la_qr::qr) - Compute the QR factorization of a matrix.
181
+ ## [ qr ] (@ref la_qr::qr) - Compute the QR factorization of a matrix.
182
182
183
183
### Syntax
184
184
@@ -223,7 +223,7 @@ The QR factorization matrices \f$ Q \f$ and \f$ R \f$ are returned in the corres
223
223
- If ` overwrite_a ` is enabled, the input matrix ` a ` will be modified during computation.
224
224
225
225
226
- ## [ ` qr_space ` ] (@ref la_qr::qr_space) - Workspace size for QR operations.
226
+ ## [ qr_space] (@ref la_qr::qr_space) - Workspace size for QR operations.
227
227
228
228
### Syntax
229
229
Original file line number Diff line number Diff line change @@ -381,8 +381,8 @@ FULL_SIDEBAR = NO
381
381
TREEVIEW_WIDTH = 250
382
382
EXT_LINKS_IN_WINDOW = NO
383
383
FORMULA_FONTSIZE = 16
384
- USE_MATHJAX = NO
385
- MATHJAX_RELPATH = http ://www.mathjax.org/ mathjax
384
+ USE_MATHJAX = YES
385
+ MATHJAX_RELPATH = https ://cdnjs.cloudflare.com/ajax/libs/ mathjax/2.7.7/
386
386
SEARCHENGINE = YES
387
387
SERVER_BASED_SEARCH = NO
388
388
#---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments