Skip to content

Commit

Permalink
divided functions into R\latexMatrix.R and R\latexMatrixOperations; s…
Browse files Browse the repository at this point in the history
…everal new functions/operators
  • Loading branch information
john-d-fox committed Aug 27, 2024
1 parent a4995d5 commit a9da820
Show file tree
Hide file tree
Showing 6 changed files with 1,345 additions and 443 deletions.
14 changes: 13 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ S3method("%*%",latexMatrix)
S3method("*",latexMatrix)
S3method("+",latexMatrix)
S3method("-",latexMatrix)
S3method("^",latexMatrix)
S3method(Dim,latexMatrix)
S3method(Ncol,latexMatrix)
S3method(Nrow,latexMatrix)
Expand All @@ -13,6 +14,12 @@ S3method(determinant,latexMatrix)
S3method(getBody,latexMatrix)
S3method(getLatex,latexMatrix)
S3method(getWrapper,latexMatrix)
S3method(inverse,latexMatrix)
S3method(is.numeric,latexMatrix)
S3method(matdiff,latexMatrix)
S3method(matmult,latexMatrix)
S3method(matpower,latexMatrix)
S3method(matsum,latexMatrix)
S3method(plot,regvec3d)
S3method(print,enhancedMatrix)
S3method(print,latexMatrix)
Expand All @@ -26,6 +33,7 @@ S3method(t,latexMatrix)
export("%X%")
export(Det)
export(Dim)
export(Dot)
export(Eigen)
export(Eqn)
export(Eqn_hspace)
Expand Down Expand Up @@ -65,12 +73,17 @@ export(getWrapper)
export(getYmult)
export(gsorth)
export(inv)
export(inverse)
export(is_orthogonal_matrix)
export(is_square_matrix)
export(is_symmetric_matrix)
export(latexMatrix)
export(len)
export(matdiff)
export(matmult)
export(matpower)
export(matrix2latex)
export(matsum)
export(minor)
export(mpower)
export(plotEqn)
Expand All @@ -97,7 +110,6 @@ export(vec)
export(vectors)
export(vectors3d)
export(xprod)
exportMethods(kronecker)
import(rgl)
import(stats)
importFrom(MASS,fractions)
Expand Down
Loading

0 comments on commit a9da820

Please sign in to comment.