diff --git a/docs/404.html b/docs/404.html index e8d008d7..feda9c30 100644 --- a/docs/404.html +++ b/docs/404.html @@ -21,6 +21,8 @@ + + Skip to contents @@ -30,7 +32,7 @@ matlib - 0.9.91 + 0.9.95 @@ -78,7 +81,7 @@

Michael Friendly

-

2024-08-05

+

2024-09-08

Source: vignettes/eigen-ex2.Rmd
eigen-ex2.Rmd
diff --git a/docs/articles/ginv.html b/docs/articles/ginv.html index 5777d803..ef9261ba 100644 --- a/docs/articles/ginv.html +++ b/docs/articles/ginv.html @@ -20,6 +20,8 @@ + + Skip to contents @@ -29,7 +31,7 @@ matlib - 0.9.9 + 0.9.95 @@ -78,7 +81,7 @@

Michael Friendly

-

2024-08-05

+

2024-09-08

Source: vignettes/ginv.Rmd
ginv.Rmd
diff --git a/docs/articles/gramreg.html b/docs/articles/gramreg.html index dfea76e4..557d875f 100644 --- a/docs/articles/gramreg.html +++ b/docs/articles/gramreg.html @@ -20,6 +20,8 @@ + + Skip to contents @@ -29,7 +31,7 @@ matlib - 0.9.9 + 0.9.95 @@ -78,7 +81,7 @@

Michael Friendly

-

2024-08-05

+

2024-09-08

Source: vignettes/gramreg.Rmd
gramreg.Rmd
diff --git a/docs/articles/index.html b/docs/articles/index.html index 80224921..d36b935b 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -1,5 +1,5 @@ -Articles • matlib +Articles • matlib Skip to contents @@ -7,7 +7,7 @@ matlib - 0.9.91 + 0.9.95 @@ -78,7 +81,7 @@

Michael Friendly

-

August 05, 2024

+

September 08, 2024

Source: vignettes/inv-ex1.Rmd
inv-ex1.Rmd
diff --git a/docs/articles/inv-ex2.html b/docs/articles/inv-ex2.html index 35f980e2..a46736d7 100644 --- a/docs/articles/inv-ex2.html +++ b/docs/articles/inv-ex2.html @@ -20,6 +20,8 @@ + + Skip to contents @@ -29,7 +31,7 @@ matlib - 0.9.9 + 0.9.95 @@ -78,7 +81,7 @@

Michael Friendly

-

2024-08-05

+

2024-09-08

Source: vignettes/inv-ex2.Rmd
inv-ex2.Rmd
diff --git a/docs/articles/latex-equations.html b/docs/articles/latex-equations.html index 06699453..4c4aaf58 100644 --- a/docs/articles/latex-equations.html +++ b/docs/articles/latex-equations.html @@ -31,7 +31,7 @@ matlib - 0.9.91 + 0.9.95 - +

partition(), rbind(), cbind(), and indexing of + "latexMatrix" objects also return a "latexMatrix" object.

+

Details

This implementation assumes that the LaTeX amsmath package will be available because it uses the shorthands @@ -434,6 +454,8 @@

DetailsYou can supply a numeric matrix as the symbol, but the result will not be pretty unless the elements are integers or are rounded. For a LaTeX representation of general numeric matrices, use matrix2latex.

+

The partition() function modifies (only) the printed LaTeX representation of a "latexMatrix" +object to include partition lines by rows and/or columns.

The accessor functions getLatex(), getBody(), getWrapper(), getDim(), getNrow(), and getNcol() may be used to retrieve components of the returned object.

@@ -694,6 +716,19 @@

Examples#> x_{n - 1,0} & x_{n - 1,1} & \cdots & x_{n - 1,m - 1} \\ #> \end{pmatrix} +# partitioned matrix +X <- latexMatrix(nrow=5, ncol=6) +partition(X, rows=c(2, 4), columns=c(3, 5)) +#> \begin{pmatrix} +#> \begin{array}{c c c | c c | c} +#> x_{11} & x_{12} & x_{13} & x_{14} & x_{15} & x_{16}\\ +#> x_{21} & x_{22} & x_{23} & x_{24} & x_{25} & x_{26}\\ +#> \hline x_{31} & x_{32} & x_{33} & x_{34} & x_{35} & x_{36}\\ +#> x_{41} & x_{42} & x_{43} & x_{44} & x_{45} & x_{46}\\ +#> \hline x_{51} & x_{52} & x_{53} & x_{54} & x_{55} & x_{56}\\ +#> \end{array} +#> \end{pmatrix} + # binding rows and columns; indexing X <- latexMatrix("x", nrow=4, ncol=2) Y <- latexMatrix("y", nrow=4, ncol=1) diff --git a/docs/reference/latexMatrixOperations.html b/docs/reference/latexMatrixOperations.html index e19952ab..47c23677 100644 --- a/docs/reference/latexMatrixOperations.html +++ b/docs/reference/latexMatrixOperations.html @@ -1,6 +1,9 @@ -Various Functions and Operators for "latexMatrix" Objects — latexMatrixOperations • matlib +"> Skip to contents @@ -35,7 +41,7 @@ matlib - 0.9.91 + 0.9.95

-

Arithmetic and other functions and operators provided to manipulate -"latexMatrix" objects, both symbolic and numeric:

+ + + diff --git a/docs/reference/pointOnLine.html b/docs/reference/pointOnLine.html index 413b550c..5abfa0d8 100644 --- a/docs/reference/pointOnLine.html +++ b/docs/reference/pointOnLine.html @@ -1,5 +1,5 @@ -Position of a point along a line — pointOnLine • matlib +Position of a point along a line — pointOnLine • matlib Skip to contents @@ -7,7 +7,7 @@ matlib - 0.9.91 + 0.9.95