# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Matrix 1.1-4-3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-01-17 15:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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:30 CHMfactor.c:60 msgid "system argument is not valid" msgstr "" #: CHMfactor.c:47 #, c-format msgid "cholmod_updown() returned %d" msgstr "" #: CHMfactor.c:103 #, c-format msgid "diagonal element %d of Cholesky factor is missing" msgstr "" #: CHMfactor.c:141 #, c-format msgid "cholmod_factorize_p failed: status %d, minor %d of ncol %d" msgstr "" #: CHMfactor.c:146 msgid "cholmod_change_factor failed" msgstr "" #: Csparse.c:55 msgid "Csparse_sort(x): x is not a valid (apart from sorting) CsparseMatrix" msgstr "" #: Csparse.c:73 msgid "slot p must have length = nrow(.) + 1" msgstr "" #: Csparse.c:75 msgid "first element of slot p must be zero" msgstr "" #: Csparse.c:78 msgid "last element of slot p must match length of slots j and x" msgstr "" #: Csparse.c:81 msgid "all column indices must be between 0 and ncol-1" msgstr "" #: Csparse.c:86 msgid "slot p must be non-decreasing" msgstr "" #: Csparse.c:97 msgid "slot j is not increasing inside a column" msgstr "" #: Csparse.c:99 msgid "slot j is not *strictly* increasing inside a column" msgstr "" #: Csparse.c:144 msgid "not a 'n.CMatrix'" msgstr "" #: Csparse.c:145 msgid "not a CsparseMatrix" msgstr "" #: Csparse.c:172 #, c-format msgid "nz2Csparse(): invalid/non-implemented r_kind = %d" msgstr "" #: Csparse.c:245 msgid "Nonsymmetric matrix in Csparse_symmetric_to_general" msgstr "" #: Csparse.c:256 msgid "Csparse_general_to_symmetric(): matrix is not square!" msgstr "" #: Csparse.c:477 msgid "Csparse_crossprod(): error return from cholmod_aat()" msgstr "" #: Csparse.c:509 msgid "cholmod_drop() failed" msgstr "" #: Csparse.c:622 msgid "Index i must be NULL or integer" msgstr "" #: Csparse.c:624 msgid "Index j must be NULL or integer" msgstr "" #: Csparse.c:671 #, c-format msgid "failure to open file \"%s\" for writing" msgstr "" #: Csparse.c:675 msgid "cholmod_write_sparse returned error code" msgstr "" #: Csparse.c:774 #, c-format msgid "%s = '%s' (back-permuted) is experimental" msgstr "" #: Csparse.c:784 msgid "diag_tC(): invalid 'resultKind'" msgstr "" #: Csparse.c:856 #, c-format msgid "negative vector lengths not allowed: np = %d, nnz = %d" msgstr "" #: Csparse.c:861 msgid "exactly 1 of 'i', 'j' or 'p' must be NULL" msgstr "" #: Csparse.c:863 #, c-format msgid "np = %d, must be zero when p is NULL" msgstr "" #: Csparse.c:866 #, c-format msgid "p[0] = %d, should be zero" msgstr "" #: Csparse.c:869 msgid "p must be non-decreasing" msgstr "" #: Csparse.c:885 #, c-format msgid "Inconsistent dimensions: np = 0 and nnz = %d" msgstr "" #: Csparse.c:893 #, c-format msgid "invalid row index at position %d" msgstr "" #: Csparse.c:900 #, c-format msgid "invalid column index at position %d" msgstr "" #: Csparse.c:910 #, c-format msgid "strlen of cls argument = %d, should be 8" msgstr "" #: Csparse.c:912 #, c-format msgid "cls = \"%s\" does not end in \"CMatrix\"" msgstr "" #: Csparse.c:922 #, c-format msgid "cls = \"%s\" must begin with 'd', 'l' or 'n'" msgstr "" #: Csparse.c:925 msgid "Only 'g'eneral sparse matrix types allowed" msgstr "" #: Csparse.c:953 msgid "code not yet written for cls = \"lgCMatrix\"" msgstr "" #: Mutils.c:14 Mutils.c:33 #, c-format msgid "argument type[1]='%s' must be a one-letter character string" msgstr "" #: Mutils.c:22 #, c-format msgid "argument type[1]='%s' must be one of 'M','1','O','I','F' or 'E'" msgstr "" #: Mutils.c:39 #, c-format msgid "argument type[1]='%s' must be one of '1','O', or 'I'" msgstr "" #: Mutils.c:50 Mutils.c:66 msgid "object must be a named, numeric vector" msgstr "" #: Mutils.c:113 Mutils.c:137 msgid "'factors' slot must be a named list" msgstr "" #: Mutils.c:172 msgid "Matrix object has no 'factors' slot" msgstr "" #: Mutils.c:263 #, c-format msgid "'%s' slot must have length 1" msgstr "" #: Mutils.c:267 #, c-format msgid "'%s' must have string length 1" msgstr "" #: Mutils.c:274 #, c-format msgid "'%s' must be in '%s'" msgstr "" #: Mutils.c:293 msgid "'s1' and 's2' must be \"character\" vectors" msgstr "" #: Mutils.c:315 msgid "length of x slot != prod(Dim)" msgstr "" #: Mutils.c:336 Mutils.c:362 msgid "'uplo' must be UPP or LOW" msgstr "" #: Mutils.c:649 #, c-format msgid "invalid class '%s' to dup_mMatrix_as_geMatrix" msgstr "" #: Mutils.c:779 #, c-format msgid "unexpected ctype = %d in dup_mMatrix_as_geMatrix" msgstr "" #: Mutils.c:807 #, c-format msgid "invalid class '%s' to dup_mMatrix_as_dgeMatrix" msgstr "" #: Mutils.c:857 msgid "Argument ij must be 2-column integer matrix" msgstr "" #: Mutils.c:876 msgid "subscript 'i' out of bounds in M[ij]" msgstr "" #: Mutils.c:878 msgid "subscript 'j' out of bounds in M[ij]" msgstr "" #: Mutils.c:922 msgid "i and j must be integer vectors of the same length" msgstr "" #: Mutils.c:1007 msgid "'data' must be of a vector type" msgstr "" #: Mutils.c:1014 #, c-format msgid "invalid '%s' argument" msgstr "" #: Mutils.c:1021 Mutils.c:1029 msgid "non-numeric matrix extent" msgstr "" #: Mutils.c:1024 msgid "invalid 'nrow' value (too large or NA)" msgstr "" #: Mutils.c:1026 msgid "invalid 'nrow' value (< 0)" msgstr "" #: Mutils.c:1032 msgid "invalid 'ncol' value (too large or NA)" msgstr "" #: Mutils.c:1034 msgid "invalid 'ncol' value (< 0)" msgstr "" #: Mutils.c:1052 #, c-format msgid "" "data length [%d] is not a sub-multiple or multiple of the number of rows [%d]" msgstr "" #: Mutils.c:1055 #, c-format msgid "" "data length [%d] is not a sub-multiple or multiple of the number of columns " "[%d]" msgstr "" #: Mutils.c:1058 msgid "data length exceeds size of matrix" msgstr "" #: Mutils.c:1064 msgid "too many elements specified" msgstr "" #: Mutils.c:1151 Mutils.c:1184 msgid "Argument must be numeric-like atomic vector" 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:74 msgid "Argument rho must be an environment" msgstr "" #: chm_common.c:232 msgid "invalid class of object to as_cholmod_sparse" msgstr "" #: chm_common.c:234 msgid "invalid object passed to as_cholmod_sparse" msgstr "" #: chm_common.c:261 msgid "in_place cholmod_sort returned an error code" msgstr "" #: chm_common.c:267 msgid "cholmod_sort returned an error code" msgstr "" #: chm_common.c:349 msgid "chm_sparse_to_SEXP(, *): invalid 'Rkind' (real kind code)" msgstr "" #: chm_common.c:357 msgid "unknown xtype in cholmod_sparse object" msgstr "" #: chm_common.c:386 chm_common.c:581 chm_common.c:816 chm_common.c:866 msgid "complex sparse matrix code not yet written" msgstr "" #: chm_common.c:391 chm_common.c:586 msgid "Symmetric and triangular both set" msgstr "" #: chm_common.c:431 msgid "invalid class of object to as_cholmod_triplet" msgstr "" #: chm_common.c:455 msgid "as_cholmod_triplet(): could not reallocate for internal diagU2N()" msgstr "" #: chm_common.c:553 msgid "unknown xtype in cholmod_triplet object" msgstr "" #: chm_common.c:632 msgid "invalid class of object to as_cholmod_dense" msgstr "" #: chm_common.c:702 #, c-format msgid "Cholmod error '%s' at file %s, line %d" msgstr "" #: chm_common.c:706 #, c-format msgid "Cholmod warning '%s' at file %s, line %d" msgstr "" #: chm_common.c:735 #, c-format msgid "Unable to initialize cholmod: error code %d" msgstr "" #: chm_common.c:782 msgid "unknown 'Rkind'" msgstr "" #: chm_common.c:789 chm_common.c:852 msgid "unknown xtype" msgstr "" #: chm_common.c:822 chm_common.c:875 msgid "code for cholmod_dense with holes not yet written" msgstr "" #: chm_common.c:871 msgid "don't know if a dense pattern matrix makes sense" msgstr "" #: chm_common.c:938 msgid "invalid class of object to as_cholmod_factor" msgstr "" #: chm_common.c:952 msgid "Supernodal LDL' decomposition not available" msgstr "" #: chm_common.c:954 msgid "Supernodal/simplicial class inconsistent with type flags" msgstr "" #: chm_common.c:972 msgid "Number of supernodes must be positive when is_super is TRUE" msgstr "" #: chm_common.c:975 msgid "Lengths of super and pi must be equal" msgstr "" #: chm_common.c:979 msgid "Lengths of super and px must be equal" msgstr "" #: chm_common.c:992 msgid "failure in as_cholmod_factor" msgstr "" #: chm_common.c:1020 msgid "CHOLMOD factorization was unsuccessful" msgstr "" #: chm_common.c:1033 #, c-format msgid "f->xtype of %d not recognized" msgstr "" #: chm_common.c:1098 #, c-format msgid "chm_diagN2U(): nrow=%d, ncol=%d" msgstr "" #: chm_common.c:1141 #, 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:126 cs_utils.c:170 cs_utils.c:185 cs_utils.c:205 cs_utils.c:218 #, c-format msgid "invalid class of object to %s" msgstr "" #: cs_utils.c:139 #, c-format msgid "cs matrix not compatible with class '%s'" msgstr "" #: cs_utils.c:242 cs_utils.c:261 #, c-format msgid "Inappropriate class cl='%s' in Matrix_css_to_SEXP(S, cl, ..)" msgstr "" #: cs_utils.c:287 cs_utils.c:306 #, 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:358 msgid "ddense_to_symmetric(): matrix is not square!" msgstr "" #: dense.c:369 #, c-format msgid "matrix is not symmetric [%d,%d]" msgstr "" #: dense.c:430 msgid "matrix is not square! (symmetric part)" msgstr "" #: dense.c:486 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:155 msgid "dgCMatrix_lusol requires a square, non-empty matrix" msgstr "" #: dgCMatrix.c:157 dgCMatrix.c:184 dgCMatrix.c:434 dgCMatrix.c:474 #: dgeMatrix.c:431 dpoMatrix.c:95 dpoMatrix.c:120 dppMatrix.c:80 #: dspMatrix.c:78 dsyMatrix.c:79 dtCMatrix.c:90 dtCMatrix.c:115 dtrMatrix.c:91 msgid "Dimensions of system to be solved are inconsistent" msgstr "" #: dgCMatrix.c:159 msgid "cs_lusol failed" msgstr "" #: dgCMatrix.c:181 msgid "dgCMatrix_qrsol(., order) needs order in {0,..,3}" msgstr "" #: dgCMatrix.c:190 #, c-format msgid "dgCMatrix_qrsol(<%d x %d>-matrix) requires a 'tall' rectangular matrix" msgstr "" #: dgCMatrix.c:201 msgid "cs_qrsol() failed inside dgCMatrix_qrsol()" msgstr "" #: dgCMatrix.c:220 msgid "A must have #{rows} >= #{columns}" msgstr "" #: dgCMatrix.c:225 msgid "cs_sqr failed" msgstr "" #: dgCMatrix.c:230 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:406 msgid "dgCMatrix_matrix_solve(.., sparse=TRUE) not yet implemented" msgstr "" #: dgCMatrix.c:472 msgid "dgCMatrix_cholsol requires a 'short, wide' rectangular matrix" msgstr "" #: dgCMatrix.c:480 msgid "cholmod_sdmult error (rhs)" msgstr "" #: dgCMatrix.c:483 #, c-format msgid "cholmod_factorize failed: status %d, minor %d from ncol %d" msgstr "" #: dgCMatrix.c:487 #, c-format msgid "cholmod_solve (CHOLMOD_A) failed: status %d, minor %d from ncol %d" msgstr "" #: dgCMatrix.c:504 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:122 dgeMatrix.c:187 #, c-format msgid "Dimensions of x and y are not compatible for %s" msgstr "" #: dgeMatrix.c:167 msgid "Argument y must be numeric, integer or logical" msgstr "" #: dgeMatrix.c:315 msgid "Cannot factor a matrix with zero extents" msgstr "" #: dgeMatrix.c:325 dpoMatrix.c:46 dppMatrix.c:36 dspMatrix.c:181 #, c-format msgid "Lapack routine %s returned error code %d" msgstr "" #: dgeMatrix.c:327 #, c-format msgid "Exact singularity detected during LU decomposition: %s, i=%d." msgstr "" #: dgeMatrix.c:349 msgid "Determinant requires a square matrix" msgstr "" #: dgeMatrix.c:391 msgid "Solve requires a square matrix" msgstr "" #: dgeMatrix.c:404 #, c-format msgid "error [%d] from Lapack 'dgecon()'" msgstr "" #: dgeMatrix.c:406 #, c-format msgid "" "Lapack dgecon(): system computationally singular, reciprocal condition " "number = %g" msgstr "" #: dgeMatrix.c:416 msgid "Lapack routine dgetri: system is exactly singular" msgstr "" #: dgeMatrix.c:437 msgid "Lapack routine dgetrs: system is exactly singular" msgstr "" #: dgeMatrix.c:457 dgeMatrix.c:477 dspMatrix.c:152 dsyMatrix.c:116 #: dtrMatrix.c:115 msgid "Matrices are not conformable for multiplication" msgstr "" #: dgeMatrix.c:576 msgid "Matrix exponential requires square, non-null matrix" msgstr "" #: dgeMatrix.c:593 dgeMatrix.c:595 #, c-format msgid "dgeMatrix_exp: LAPACK routine dgebal returned %d" msgstr "" #: dgeMatrix.c:633 #, c-format msgid "dgeMatrix_exp: dgetrf returned error code %d" msgstr "" #: dgeMatrix.c:635 #, c-format msgid "dgeMatrix_exp: dgetrs returned error code %d" msgstr "" #: dgeMatrix.c:708 msgid "dgeMatrix_Schur: argument x must be a non-null square matrix" msgstr "" #: dgeMatrix.c:719 msgid "dgeMatrix_Schur: first call to dgees failed" msgstr "" #: dgeMatrix.c:727 #, c-format msgid "dgeMatrix_Schur: dgees returned code %d" msgstr "" #: dpoMatrix.c:16 msgid "dpoMatrix is not positive definite" msgstr "" #: dpoMatrix.c:43 dppMatrix.c:33 #, c-format msgid "the leading minor of order %d is not positive definite" msgstr "" #: dpoMatrix.c:97 msgid "Cannot solve() for matrices with zero extents" msgstr "" #: dpoMatrix.c:118 msgid "Argument b must be a numeric matrix" msgstr "" #: dsCMatrix.c:25 msgid "chm_factor_name(): did not get string of length 11" msgstr "" #: dsCMatrix.c:99 msgid "" "Cholesky factorization failed; unusually, please report to Matrix-authors" msgstr "" #: dsCMatrix.c:105 msgid "internal_chm_factor: Cholesky factorization failed" msgstr "" #: dsCMatrix.c:250 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:124 dtpMatrix.c:152 dtpMatrix.c:183 #, c-format msgid "Dimensions of a (%d,%d) and b (%d,%d) do not conform" msgstr "" #: dtpMatrix.c:131 msgid "right=TRUE is not yet implemented __ FIXME" msgstr "" #: dtrMatrix.c:113 msgid "dtrMatrix must be square" msgstr "" #: dtrMatrix.c:153 msgid "\"dtrMatrix\" objects in '%*%' must have matching (square) dimension" msgstr "" #: dtrMatrix.c:240 msgid "cannot set diag() as long as 'diag = \"U\"'" msgstr "" #: dtrMatrix.c:261 msgid "cannot add diag() as long as 'diag = \"U\"'" msgstr "" #: init.c:359 msgid "missing 'Matrix' namespace: should never happen" msgstr "" #: init.c:370 msgid "Matrix namespace not determined correctly" msgstr "" #: lgCMatrix.c:58 msgid "A must be a logical matrix" msgstr "" #: sparseQR.c:13 msgid "length(p) must match nrow(V)" msgstr "" #: sparseQR.c:15 msgid "length(beta) must match ncol(V)" msgstr "" #: sparseQR.c:18 msgid "length(q) must be zero or ncol(R)" msgstr "" #: sparseQR.c:46 #, c-format msgid "sparseQR_Qmult(): nrow(y) = %d != %d = nrow(V)" msgstr "" #: sparseQR.c:121 sparseQR.c:159 sparseQR.c:195 #, c-format msgid "%s(): structurally rank deficient case: possibly WRONG zeros" 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 is coerced to logical for \"%s\" x" msgstr "" #: t_Csparse_subassign.c:194 #, c-format msgid "" "x[] <- val: val should be integer or logical, is coerced to integer, for \"%s" "\" x" msgstr "" #: t_Csparse_subassign.c:201 msgid "programming error in Csparse_subassign() should never happen" msgstr ""