Browse Source

formatting

Former-commit-id: 99c878a48bb879a05ede8787f1b8e7b254b9d4de
Alec Jacobson 7 years ago
parent
commit
a6ee5ddc4c
1 changed files with 5 additions and 3 deletions
  1. 5 3
      include/igl/slice_cached.h

+ 5 - 3
include/igl/slice_cached.h

@@ -14,9 +14,11 @@
 namespace igl
 namespace igl
 {  
 {  
 
 
-  // Act like the matlab X(row_indices,col_indices) operator, where
-  // row_indices, col_indices are non-negative integer indices. This is a fast version
-  // of igl::slice that can analyze and store the sparsity structure. It is slower at the // first evaluation (slice_cached_precompute), but faster on the subsequent ones.
+  // Act like the matlab X(row_indices,col_indices) operator, where row_indices,
+  // col_indices are non-negative integer indices. This is a fast version of
+  // igl::slice that can analyze and store the sparsity structure. It is slower
+  // at the irst evaluation (slice_cached_precompute), but faster on the
+  // subsequent ones.
   // 
   // 
   // Inputs:
   // Inputs:
   //   X  m by n matrix
   //   X  m by n matrix