dirtyMatrixTypeCache method
void
dirtyMatrixTypeCache()
Sets internal cache to unknown state. Use to force update after repeated modifications to Matrix element reference returned by operator[](int index).
Implementation
void dirtyMatrixTypeCache() => c.mnn_cv_matrix_dirty_matrix_type_cache(ptr);