Skip to content
Commit 0d62d8e0 authored by Karl Rupp's avatar Karl Rupp
Browse files

compressed_matrix: Implemented copy-CTOR.

The old behavior of the copy-CTOR was sharing data members rather than providing a clean copy.
This commit now provides a copy-CTOR, with the same the behavior with viennacl::matrix<T> (i.e. a clean copy, no data sharing).
parent ee014c95
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment