search for: ltcmatrix

Displaying 3 results from an estimated 3 matches for "ltcmatrix".

2018 Apr 23
4
R 3.5.0 fails its regression test suite on Linux/x86_64
...] [,3] [,4] | > [1,] TRUE TRUE TRUE TRUE | > [2,] TRUE TRUE TRUE TRUE | > [3,] TRUE TRUE TRUE TRUE | > [4,] TRUE TRUE TRUE TRUE | > | > Matrix> ## triangular | > Matrix> l3 <- upper.tri(matrix(,3,3)) | > | > Matrix> (M <- Matrix(l3)) # -> "ltCMatrix" | > 3 x 3 sparse Matrix of class "ltCMatrix" | > | > [1,] . | | | > [2,] . . | | > [3,] . . . | > | > Matrix> Matrix(! l3)# -> "ltrMatrix" | > 3 x 3 Matrix of class "ltrMatrix" | > [,1] [,2] [,3] | > [1,] TRUE...
2009 Jun 24
0
Matrix vignette error in June 24 RC
...global function definition for ?edgemode? coerce,graphNEL-TsparseMatrix: no visible global function definition for ?nodes? coerce,graphNEL-TsparseMatrix: no visible global function definition for ?edgemode? coerce,graphNEL-TsparseMatrix: no visible global function definition for ?edgeWeights? Logic,ltCMatrix-ltCMatrix: no visible global function definition for ?forceTriangular? * checking Rd files ... OK * checking Rd files against version 2 parser ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * check...
2018 Apr 23
0
R 3.5.0 fails its regression test suite on Linux/x86_64
...; | > [2,] TRUE TRUE TRUE TRUE > | > [3,] TRUE TRUE TRUE TRUE > | > [4,] TRUE TRUE TRUE TRUE > | > > | > Matrix> ## triangular > | > Matrix> l3 <- upper.tri(matrix(,3,3)) > | > > | > Matrix> (M <- Matrix(l3)) # -> "ltCMatrix" > | > 3 x 3 sparse Matrix of class "ltCMatrix" > | > > | > [1,] . | | > | > [2,] . . | > | > [3,] . . . > | > > | > Matrix> Matrix(! l3)# -> "ltrMatrix" > | > 3 x 3 Matrix of class "ltrMatrix"...