search for: skewpart

Displaying 5 results from an estimated 5 matches for "skewpart".

Did you mean: newpart
2017 Nov 20
2
package check fail on Windows-release only?
..., forceSymmetric, T2graph, graph2T, anyDuplicatedT, uniqTsparse, isTriangular, isDiagonal, isLDL, is.null.DN, invPerm, lu, nearPD, nnzero, formatSpMatrix, formatSparseM, .formatSparseSimple, printSpMatrix, printSpMatrix2, qrR, rankMatrix, readHB, readMM, sparse.model.matrix, sparseVector, symmpart, skewpart, tril, triu, updown, pack, unpack, .updateCHMfactor, .validateCsparse, writeMM, cBind, rBind ERROR: lazy loading failed for package 'rockchalk' * removing 'd:/Rcompile/CRANpkg/lib/3.4/rockchalk' * restoring previous 'd:/Rcompile/CRANpkg/lib/3.4/rockchalk' -- Paul E. Johns...
2011 Feb 04
2
always about positive definite matrix
...in the first line of the documentation for "symmpart". It currently reads, "symmpart(x) computes the symmetric part (x + t(x))/2 and the skew symmetric part (x - t(x))/2 of a square matrix x.". It should read, "symmpart(x) computes the symmetric part (x + t(x))/2 and skewpart the skew symmetric part (x - t(x))/2 of a square matrix x." Hope this helps. Spencer On 2/4/2011 6:26 AM, Stefano Sofia wrote: > Dear R-users, > I followed with high interest the thread about positive definite matrix. > I tracked all the messages of the discussion a...
2017 Nov 21
0
package check fail on Windows-release only?
...anyDuplicatedT, uniqTsparse, isTriangular, isDiagonal, isLDL, > is.null.DN, invPerm, lu, nearPD, nnzero, formatSpMatrix, > formatSparseM, .formatSparseSimple, printSpMatrix, printSpMatrix2, > qrR, rankMatrix, readHB, readMM, sparse.model.matrix, sparseVector, > symmpart, skewpart, tril, triu, updown, pack, unpack, > .updateCHMfactor, .validateCsparse, writeMM, cBind, rBind > ERROR: lazy loading failed for package 'rockchalk' > * removing 'd:/Rcompile/CRANpkg/lib/3.4/rockchalk' > * restoring previous 'd:/Rcompile/CRANpkg/lib/3....
2008 Mar 28
0
"The Matrix" is approaching version 1.0-0
...kinds of S/R indexing and some new generic functions such as lu() {LU decomposition} Schur(), BunchKaufman(), norm(), rcond() {Matrix norms and condition numbers} expm() {Matrix exponential}, band(), triu(), tril() {extract band-diagonal or triangular sub-matrices} symmpart(), skewpart() { (x + t(x))/2 and (x - t(x)) / 2 } are provided. Further, an extension to the xtabs function xtabs(*, sparse=TRUE) for large sparse, two-way contingency tables and coercion of one *factor* (possibly crossed with one <numeric>) to the corresponding (potentially huge) sparse model mat...
2008 Mar 28
0
"The Matrix" is approaching version 1.0-0
...kinds of S/R indexing and some new generic functions such as lu() {LU decomposition} Schur(), BunchKaufman(), norm(), rcond() {Matrix norms and condition numbers} expm() {Matrix exponential}, band(), triu(), tril() {extract band-diagonal or triangular sub-matrices} symmpart(), skewpart() { (x + t(x))/2 and (x - t(x)) / 2 } are provided. Further, an extension to the xtabs function xtabs(*, sparse=TRUE) for large sparse, two-way contingency tables and coercion of one *factor* (possibly crossed with one <numeric>) to the corresponding (potentially huge) sparse model mat...