search for: rmsk_obj_matrices

Displaying 2 results from an estimated 2 matches for "rmsk_obj_matrices".

2023 Nov 22
1
Matrix 1.6.2+ versus Matrix 1.6.2-
...e being compiled ... Mikael > Package Rmosek compiles fine using Matrix versions 1.6.2- but not with > anything beyond Matrix 1.6.2. (FYI, Rmosek provides R interfaces to the > excellent MOSEK solver; academic licenses are free.) > > Here is the error message: > > rmsk_obj_matrices.cc:50:9: error: use of undeclared identifier 'Matrix_isclass_Csparse' > 50 | if (Matrix_isclass_Csparse(val)) { > | ^ > rmsk_obj_matrices.cc:171:9: error: use of undeclared identifier 'Matrix_isclass_triplet' > 171 | if...
2023 Nov 22
0
Matrix 1.6.2+ versus Matrix 1.6.2-
Package Rmosek compiles fine using Matrix versions 1.6.2- but not with anything beyond Matrix 1.6.2.? (FYI, Rmosek provides R interfaces to the excellent MOSEK solver; academic licenses are free.) Here is the error message: rmsk_obj_matrices.cc:50:9: error: use of undeclared identifier 'Matrix_isclass_Csparse' ?? 50 |???? if (Matrix_isclass_Csparse(val)) { ????? |???????? ^ rmsk_obj_matrices.cc:171:9: error: use of undeclared identifier 'Matrix_isclass_triplet' ? 171 |???? if (Matrix_isclass_triplet(v...