Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated type map for octave to use new index map
  • Loading branch information
cwidmer committed Jun 19, 2012
1 parent 59068d6 commit b5c22d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/octave_modular/swig_typemaps.i
Expand Up @@ -346,6 +346,7 @@ TYPEMAP_STRINGFEATURES_OUT(float64_t, Matrix)
}
else
matrix[i].features=NULL;
matrix[i].create_idx_map();
}
ASSERT(offset=nnz);
$1 = shogun::SGSparseMatrix<type>(matrix, num_feat, num_vec, true);
Expand Down

0 comments on commit b5c22d6

Please sign in to comment.