https://github.com/cran/Matrix
Raw File
Tip revision: 63e74aead93ec15ce34318133384e023c4d4ff74 authored by Doug and Martin on 16 March 2012, 00:00:00 UTC
version 1.0-6
Tip revision: 63e74ae
Matrix.pot
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR The R Foundation
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bugs@R-project.org\n"
"POT-Creation-Date: 2012-03-06 17:04+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

#: CHMfactor.c:14
#, c-format
msgid "cholmod_change_factor failed with status %d"
msgstr ""

#: CHMfactor.c:29 CHMfactor.c:45
msgid "system argument is not valid"
msgstr ""

#: CHMfactor.c:82
#, c-format
msgid "diagonal element %d of Cholesky factor is missing"
msgstr ""

#: CHMfactor.c:118
#, c-format
msgid "cholmod_factorize_p failed: status %d, minor %d of ncol %d"
msgstr ""

#: CHMfactor.c:123
msgid "cholmod_change_factor failed"
msgstr ""

#: Csparse.c:58
msgid "slot p must have length = ncol(.) + 1"
msgstr ""

#: Csparse.c:60 Csparse.c:119
msgid "first element of slot p must be zero"
msgstr ""

#: Csparse.c:63
msgid "last element of slot p must match length of slots i and x"
msgstr ""

#: Csparse.c:66
msgid "all row indices must be between 0 and nrow-1"
msgstr ""

#: Csparse.c:71 Csparse.c:130
msgid "slot p must be non-decreasing"
msgstr ""

#: Csparse.c:92
msgid ""
"slot i is not *strictly* increasing inside a column (even after "
"cholmod_l_sort)"
msgstr ""

#: Csparse.c:95
msgid "row indices are not sorted within columns"
msgstr ""

#: Csparse.c:98
msgid "slot i is not *strictly* increasing inside a column"
msgstr ""

#: Csparse.c:117
msgid "slot p must have length = nrow(.) + 1"
msgstr ""

#: Csparse.c:122
msgid "last element of slot p must match length of slots j and x"
msgstr ""

#: Csparse.c:125
msgid "all column indices must be between 0 and ncol-1"
msgstr ""

#: Csparse.c:141
msgid "slot j is not increasing inside a column"
msgstr ""

#: Csparse.c:143
msgid "slot j is not *strictly* increasing inside a column"
msgstr ""

#: Csparse.c:188
msgid "not a 'n.CMatrix'"
msgstr ""

#: Csparse.c:189
msgid "not a CsparseMatrix"
msgstr ""

#: Csparse.c:215
#, c-format
msgid "nz2Csparse(): invalid/non-implemented r_kind = %d"
msgstr ""

#: Csparse.c:260
msgid "Nonsymmetric matrix in Csparse_symmetric_to_general"
msgstr ""

#: Csparse.c:458
msgid "Csparse_crossprod(): error return from cholmod_aat()"
msgstr ""

#: Csparse.c:490
msgid "cholmod_drop() failed"
msgstr ""

#: Csparse.c:600
msgid "Index i must be NULL or integer"
msgstr ""

#: Csparse.c:602
msgid "Index j must be NULL or integer"
msgstr ""

#: Csparse.c:644
#, c-format
msgid "failure to open file \"%s\" for writing"
msgstr ""

#: Csparse.c:648
msgid "cholmod_write_sparse returned error code"
msgstr ""

#: Csparse.c:721
msgid "resultKind = 'diagBack' (back-permuted) is experimental"
msgstr ""

#: Csparse.c:730
msgid "diag_tC(): invalid 'resultKind'"
msgstr ""

#: Csparse.c:791
#, c-format
msgid "negative vector lengths not allowed: np = %d, nnz = %d"
msgstr ""

#: Csparse.c:796
msgid "exactly 1 of 'i', 'j' or 'p' must be NULL"
msgstr ""

#: Csparse.c:798
#, c-format
msgid "np = %d, must be zero when p is NULL"
msgstr ""

#: Csparse.c:801
#, c-format
msgid "p[0] = %d, should be zero"
msgstr ""

#: Csparse.c:804
msgid "p must be non-decreasing"
msgstr ""

#: Csparse.c:820
#, c-format
msgid "Inconsistent dimensions: np = 0 and nnz = %d"
msgstr ""

#: Csparse.c:828
#, c-format
msgid "invalid row index at position %d"
msgstr ""

#: Csparse.c:835
#, c-format
msgid "invalid column index at position %d"
msgstr ""

#: Csparse.c:845
#, c-format
msgid "strlen of cls argument = %d, should be 8"
msgstr ""

#: Csparse.c:847
#, c-format
msgid "cls = \"%s\" does not end in \"CMatrix\""
msgstr ""

#: Csparse.c:857
#, c-format
msgid "cls = \"%s\" must begin with 'd', 'l' or 'n'"
msgstr ""

#: Csparse.c:860
msgid "Only 'g'eneral sparse matrix types allowed"
msgstr ""

#: Csparse.c:888
msgid "code not yet written for cls = \"lgCMatrix\""
msgstr ""

#: Mutils.c:16 Mutils.c:35
#, c-format
msgid "argument type[1]='%s' must be a one-letter character string"
msgstr ""

#: Mutils.c:24
#, c-format
msgid "argument type[1]='%s' must be one of 'M','1','O','I','F' or 'E'"
msgstr ""

#: Mutils.c:41
#, c-format
msgid "argument type[1]='%s' must be one of '1','O', or 'I'"
msgstr ""

#: Mutils.c:53 Mutils.c:69
msgid "object must be a named, numeric vector"
msgstr ""

#: Mutils.c:116 Mutils.c:136
msgid "'factors' slot must be a named list"
msgstr ""

#: Mutils.c:244
#, c-format
msgid "'%s' slot must have length 1"
msgstr ""

#: Mutils.c:248
#, c-format
msgid "'%s' must have string length 1"
msgstr ""

#: Mutils.c:255
#, c-format
msgid "'%s' must be in '%s'"
msgstr ""

#: Mutils.c:274
msgid "'s1' and 's2' must be \"character\" vectors"
msgstr ""

#: Mutils.c:296
msgid "length of x slot != prod(Dim)"
msgstr ""

#: Mutils.c:317 Mutils.c:343
msgid "'uplo' must be UPP or LOW"
msgstr ""

#: Mutils.c:550
#, c-format
msgid "invalid class '%s' to dup_mMatrix_as_geMatrix"
msgstr ""

#: Mutils.c:670
#, c-format
msgid "unexpected ctype = %d in dup_mMatrix_as_geMatrix"
msgstr ""

#: Mutils.c:701
#, c-format
msgid "invalid class '%s' to dup_mMatrix_as_dgeMatrix"
msgstr ""

#: Mutils.c:747
msgid "Argument ij must be 2-column integer matrix"
msgstr ""

#: Mutils.c:763
msgid "subscript 'i' out of bounds in M[ij]"
msgstr ""

#: Mutils.c:765
msgid "subscript 'j' out of bounds in M[ij]"
msgstr ""

#: Mutils.c:804
msgid "i and j must be integer vectors of the same length"
msgstr ""

#: Mutils.c:913
msgid "could not find correct environment; please report!"
msgstr ""

#: Tsparse.c:20
msgid "lengths of slots i and j must match"
msgstr ""

#: Tsparse.c:23
msgid "slot Dim must have length 2"
msgstr ""

#: Tsparse.c:27
msgid ""
"all row indices (slot 'i') must be between 0 and nrow-1 in a TsparseMatrix"
msgstr ""

#: Tsparse.c:29
msgid ""
"all column indices (slot 'j') must be between 0 and ncol-1 in a TsparseMatrix"
msgstr ""

#: chm_common.c:67
msgid "Argument rho must be an environment"
msgstr ""

#: chm_common.c:230
msgid "invalid class of object to as_cholmod_sparse"
msgstr ""

#: chm_common.c:232
msgid "invalid object passed to as_cholmod_sparse"
msgstr ""

#: chm_common.c:259
msgid "in_place cholmod_sort returned an error code"
msgstr ""

#: chm_common.c:265
msgid "cholmod_sort returned an error code"
msgstr ""

#: chm_common.c:339
msgid "chm_sparse_to_SEXP(<real>, *): invalid 'Rkind' (real kind code)"
msgstr ""

#: chm_common.c:345
msgid "unknown xtype in cholmod_sparse object"
msgstr ""

#: chm_common.c:373 chm_common.c:560 chm_common.c:786 chm_common.c:826
msgid "complex sparse matrix code not yet written"
msgstr ""

#: chm_common.c:377 chm_common.c:564
msgid "Symmetric and triangular both set"
msgstr ""

#: chm_common.c:418
msgid "invalid class of object to as_cholmod_triplet"
msgstr ""

#: chm_common.c:442
msgid "as_cholmod_triplet(): could not reallocate for internal diagU2N()"
msgstr ""

#: chm_common.c:533
msgid "unknown xtype in cholmod_triplet object"
msgstr ""

#: chm_common.c:610
msgid "invalid class of object to as_cholmod_dense"
msgstr ""

#: chm_common.c:680
#, c-format
msgid "Cholmod error '%s' at file %s, line %d"
msgstr ""

#: chm_common.c:684
#, c-format
msgid "Cholmod warning '%s' at file %s, line %d"
msgstr ""

#: chm_common.c:713
#, c-format
msgid "Unable to initialize cholmod: error code %d"
msgstr ""

#: chm_common.c:754
msgid "unknown 'Rkind'"
msgstr ""

#: chm_common.c:760 chm_common.c:819
msgid "unknown xtype"
msgstr ""

#: chm_common.c:789 chm_common.c:831
msgid "code for cholmod_dense with holes not yet written"
msgstr ""

#: chm_common.c:828
msgid "don't know if a dense pattern matrix makes sense"
msgstr ""

#: chm_common.c:872
msgid "invalid class of object to as_cholmod_factor"
msgstr ""

#: chm_common.c:886
msgid "Supernodal LDL' decomposition not available"
msgstr ""

#: chm_common.c:888
msgid "Supernodal/simplicial class inconsistent with type flags"
msgstr ""

#: chm_common.c:906
msgid "Number of supernodes must be positive when is_super is TRUE"
msgstr ""

#: chm_common.c:909
msgid "Lengths of super and pi must be equal"
msgstr ""

#: chm_common.c:913
msgid "Lengths of super and px must be equal"
msgstr ""

#: chm_common.c:926
msgid "failure in as_cholmod_factor"
msgstr ""

#: chm_common.c:954
msgid "CHOLMOD factorization was unsuccessful"
msgstr ""

#: chm_common.c:967
#, c-format
msgid "f->xtype of %d not recognized"
msgstr ""

#: chm_common.c:1032
#, c-format
msgid "chm_diagN2U(<non-square matrix>): nrow=%d, ncol=%d"
msgstr ""

#: chm_common.c:1075
#, c-format
msgid "chm_diagN2U(x, uploT = %d): uploT should be +- 1"
msgstr ""

#: cs_utils.c:37
msgid "csp_eye argument n must be positive"
msgstr ""

#: cs_utils.c:68
msgid "invalid class of 'x' in Matrix_as_cs(a, x)"
msgstr ""

#: cs_utils.c:127 cs_utils.c:171 cs_utils.c:186 cs_utils.c:206 cs_utils.c:219
#, c-format
msgid "invalid class of object to %s"
msgstr ""

#: cs_utils.c:140
#, c-format
msgid "cs matrix not compatible with class '%s'"
msgstr ""

#: cs_utils.c:243 cs_utils.c:262
#, c-format
msgid "Inappropriate class cl='%s' in Matrix_css_to_SEXP(S, cl, ..)"
msgstr ""

#: cs_utils.c:288 cs_utils.c:307
#, c-format
msgid "Inappropriate class cl='%s' in Matrix_csn_to_SEXP(S, cl, ..)"
msgstr ""

#: dense.c:29
#, c-format
msgid "incorrect left cyclic shift, j (%d) >= k (%d)"
msgstr ""

#: dense.c:31
#, c-format
msgid "incorrect left cyclic shift, j (%d) < 0"
msgstr ""

#: dense.c:33
#, c-format
msgid "incorrect left cyclic shift, k (%d) > ldx (%d)"
msgstr ""

#: dense.c:78
msgid "Unknown error in getGivens"
msgstr ""

#: dense.c:90 dense.c:106 dense.c:139
msgid "X must be a numeric (double precision) matrix"
msgstr ""

#: dense.c:111 dense.c:144
msgid "y must be a numeric (double precision) matrix"
msgstr ""

#: dense.c:115 dense.c:148
#, c-format
msgid "number of rows in y (%d) does not match number of rows in X (%d)"
msgstr ""

#: dense.c:126
#, c-format
msgid "Lapack routine dposv returned error code %d"
msgstr ""

#: dense.c:159
#, c-format
msgid "First call to Lapack routine dgels returned error code %d"
msgstr ""

#: dense.c:166
#, c-format
msgid "Second call to Lapack routine dgels returned error code %d"
msgstr ""

#: dense.c:179
msgid "X must be a real (numeric) matrix"
msgstr ""

#: dense.c:180
#, c-format
msgid "tol, given as %g, must be non-negative"
msgstr ""

#: dense.c:181
#, c-format
msgid "tol, given as %g, must be <= 1"
msgstr ""

#: dense.c:205
#, c-format
msgid "First call to dgeqrf returned error code %d"
msgstr ""

#: dense.c:211
#, c-format
msgid "Second call to dgeqrf returned error code %d"
msgstr ""

#: dense.c:216 dense.c:236
#, c-format
msgid "Lapack routine dtrcon returned error code %d"
msgstr ""

#: dense.c:285
#, c-format
msgid "Lower band %d > upper band %d"
msgstr ""

#: dense.c:356
msgid "ddense_to_symmetric(): matrix is not square!"
msgstr ""

#: dense.c:364
#, c-format
msgid "matrix is not symmetric [%d,%d]"
msgstr ""

#: dense.c:412
msgid "matrix is not square! (symmetric part)"
msgstr ""

#: dense.c:456
msgid "matrix is not square! (skew-symmetric part)"
msgstr ""

#: dgCMatrix.c:17
msgid "lengths of slots 'i' and 'x' must match"
msgstr ""

#: dgCMatrix.c:29
msgid "lengths of slots 'j' and 'x' must match"
msgstr ""

#: dgCMatrix.c:51
#, c-format
msgid "invalid class(x) '%s' in compressed_to_TMatrix(x)"
msgstr ""

#: dgCMatrix.c:85
#, c-format
msgid "invalid class(x) '%s' in R_to_CMatrix(x)"
msgstr ""

#: dgCMatrix.c:151
msgid "dgCMatrix_lusol requires a square, non-empty matrix"
msgstr ""

#: dgCMatrix.c:153 dgCMatrix.c:179 dgCMatrix.c:425 dgCMatrix.c:458
#: dgeMatrix.c:333 dpoMatrix.c:91 dpoMatrix.c:116 dppMatrix.c:80
#: dspMatrix.c:78 dsyMatrix.c:85 dtCMatrix.c:90 dtCMatrix.c:106 dtrMatrix.c:98
msgid "Dimensions of system to be solved are inconsistent"
msgstr ""

#: dgCMatrix.c:155
msgid "cs_lusol failed"
msgstr ""

#: dgCMatrix.c:176
msgid "dgCMatrix_qrsol(., order) needs order in {0,..,3}"
msgstr ""

#: dgCMatrix.c:185
#, c-format
msgid "dgCMatrix_qrsol(<%d x %d>-matrix) requires a 'tall' rectangular matrix"
msgstr ""

#: dgCMatrix.c:196
msgid "cs_qrsol() failed inside dgCMatrix_qrsol()"
msgstr ""

#: dgCMatrix.c:222
msgid "A must have #{rows} >= #{columns}"
msgstr ""

#: dgCMatrix.c:225
msgid "cs_sqr failed"
msgstr ""

#: dgCMatrix.c:227
msgid "cs_qr failed"
msgstr ""

#: dgCMatrix.c:293
msgid "SuiteSparseQR_C_QR returned an error code"
msgstr ""

#: dgCMatrix.c:337
msgid "LU decomposition applies only to square matrices"
msgstr ""

#: dgCMatrix.c:346
msgid "cs_lu(A) failed: near-singular A (or out of memory)"
msgstr ""

#: dgCMatrix.c:456
msgid "dgCMatrix_cholsol requires a 'short, wide' rectangular matrix"
msgstr ""

#: dgCMatrix.c:464
msgid "cholmod_sdmult error (rhs)"
msgstr ""

#: dgCMatrix.c:467
#, c-format
msgid "cholmod_factorize failed: status %d, minor %d from ncol %d"
msgstr ""

#: dgCMatrix.c:471
#, c-format
msgid "cholmod_solve (CHOLMOD_A) failed: status %d, minor %d from ncol %d"
msgstr ""

#: dgCMatrix.c:488
msgid "cholmod_sdmult error (resid)"
msgstr ""

#: dgTMatrix.c:15
msgid "lengths of slots i and x must match"
msgstr ""

#: dgTMatrix.c:56
#, c-format
msgid "Cannot coerce to too large *geMatrix with %.0f entries"
msgstr ""

#: dgeMatrix.c:10
msgid "Dim slot must have length 2"
msgstr ""

#: dgeMatrix.c:14
msgid "Negative value in Dim"
msgid_plural "Negative values in Dim"
msgstr[0] ""
msgstr[1] ""

#: dgeMatrix.c:18
msgid "x slot must be numeric \"double\""
msgstr ""

#: dgeMatrix.c:31
msgid "factors slot must be named list"
msgstr ""

#: dgeMatrix.c:69
msgid "rcond requires a square, non-empty matrix"
msgstr ""

#: dgeMatrix.c:125 dgeMatrix.c:160
#, c-format
msgid "Dimensions of x and y are not compatible for %s"
msgstr ""

#: dgeMatrix.c:154
msgid "Argument y must be a numeric matrix"
msgstr ""

#: dgeMatrix.c:220
msgid "Cannot factor a matrix with zero extents"
msgstr ""

#: dgeMatrix.c:230 dpoMatrix.c:42 dppMatrix.c:36 dspMatrix.c:147
#, c-format
msgid "Lapack routine %s returned error code %d"
msgstr ""

#: dgeMatrix.c:232
#, c-format
msgid "Exact singularity detected during LU decomposition: %s, i=%d."
msgstr ""

#: dgeMatrix.c:251
msgid "Determinant requires a square matrix"
msgstr ""

#: dgeMatrix.c:293
msgid "Solve requires a square matrix"
msgstr ""

#: dgeMatrix.c:306
#, c-format
msgid "error [%d] from Lapack 'dgecon()'"
msgstr ""

#: dgeMatrix.c:308
#, c-format
msgid ""
"Lapack dgecon(): system computationally singular, reciprocal condition "
"number = %g"
msgstr ""

#: dgeMatrix.c:318
msgid "Lapack routine dgetri: system is exactly singular"
msgstr ""

#: dgeMatrix.c:338
msgid "Lapack routine dgetrs: system is exactly singular"
msgstr ""

#: dgeMatrix.c:355 dgeMatrix.c:370 dspMatrix.c:118 dsyMatrix.c:122
#: dtrMatrix.c:122
msgid "Matrices are not conformable for multiplication"
msgstr ""

#: dgeMatrix.c:463
msgid "Matrix exponential requires square, non-null matrix"
msgstr ""

#: dgeMatrix.c:480 dgeMatrix.c:482
#, c-format
msgid "dgeMatrix_exp: LAPACK routine dgebal returned %d"
msgstr ""

#: dgeMatrix.c:520
#, c-format
msgid "dgeMatrix_exp: dgetrf returned error code %d"
msgstr ""

#: dgeMatrix.c:522
#, c-format
msgid "dgeMatrix_exp: dgetrs returned error code %d"
msgstr ""

#: dgeMatrix.c:583
msgid "dgeMatrix_Schur: argument x must be a non-null square matrix"
msgstr ""

#: dgeMatrix.c:592
msgid "dgeMatrix_Schur: first call to dgees failed"
msgstr ""

#: dgeMatrix.c:600
#, c-format
msgid "dgeMatrix_Schur: dgees returned code %d"
msgstr ""

#: dpoMatrix.c:12
msgid "dpoMatrix is not positive definite"
msgstr ""

#: dpoMatrix.c:39 dppMatrix.c:33
#, c-format
msgid "the leading minor of order %d is not positive definite"
msgstr ""

#: dpoMatrix.c:93
msgid "Cannot solve() for matrices with zero extents"
msgstr ""

#: dpoMatrix.c:114
msgid "Argument b must be a numeric matrix"
msgstr ""

#: dsCMatrix.c:71
msgid ""
"Cholesky factorization failed; unusually, please report to Matrix-authors"
msgstr ""

#: dsCMatrix.c:77
msgid "internal_chm_factor: Cholesky factorization failed"
msgstr ""

#: dsCMatrix.c:212
msgid "Non-symmetric matrix passed to dsCMatrix_to_dgTMatrix"
msgstr ""

#: dspMatrix.c:13 dtpMatrix.c:17
msgid "Incorrect length of 'x' slot"
msgstr ""

#: dsyMatrix.c:7 dtrMatrix.c:10
msgid "'Dim' slot has length less than two"
msgstr ""

#: dsyMatrix.c:9 dtrMatrix.c:12
msgid "Matrix is not square"
msgstr ""

#: dsyMatrix.c:158
#, c-format
msgid "Lapack routine dsytrf returned error code %d"
msgstr ""

#: dtCMatrix.c:28 dtCMatrix.c:63 dtTMatrix.c:24
msgid "uplo='U' must not have sparse entries below the diagonal"
msgstr ""

#: dtCMatrix.c:34 dtCMatrix.c:69 dtTMatrix.c:29
msgid "uplo='L' must not have sparse entries above the diagonal"
msgstr ""

#: dtpMatrix.c:100 dtpMatrix.c:121 dtpMatrix.c:144
#, c-format
msgid "Dimensions of a (%d,%d) and b (%d,%d) do not conform"
msgstr ""

#: dtrMatrix.c:120
msgid "dtrMatrix must be square"
msgstr ""

#: dtrMatrix.c:160
msgid "dtrMatrices in %*% must have matching (square) dim."
msgstr ""

#: init.c:330
msgid "missing 'Matrix' namespace: should never happen"
msgstr ""

#: init.c:341
msgid "Matrix namespace not determined correctly"
msgstr ""

#: lgCMatrix.c:58
msgid "A must be a logical matrix"
msgstr ""

#: sparseQR.c:14
msgid "length(p) must match nrow(V)"
msgstr ""

#: sparseQR.c:16
msgid "length(beta) must match nrow(V)"
msgstr ""

#: sparseQR.c:18
msgid "length(q) must be zero or ncol(R)"
msgstr ""

#: sparseQR.c:45
msgid "Dimensions of system are inconsistent"
msgstr ""

#: t_Csparse_subassign.c:144
msgid "invalid class of 'x' in Csparse_subassign()"
msgstr ""

#: t_Csparse_subassign.c:146
msgid "invalid class of 'value' in Csparse_subassign()"
msgstr ""

#: t_Csparse_subassign.c:189
#, c-format
msgid "x[] <- val: val must be logical for \"%s\" x"
msgstr ""

#: t_Csparse_subassign.c:194
#, c-format
msgid "x[] <- val: val must be integer or logical for \"%s\" x"
msgstr ""

#: t_Csparse_subassign.c:201
msgid "programming error in Csparse_subassign() should never happen"
msgstr ""
back to top