STATIC METHODS AND OTHER HELPERS * \brief Sets all entries to zero. * Warning: this operation works in-place and therefore violates the copy-on-write paradigm. */
| 406 | * Warning: this operation works in-place and therefore violates the copy-on-write paradigm. |
| 407 | */ |
| 408 | void setZero() |
| 409 | { |
| 410 | A_.setZero(); |
| 411 | } |
| 412 | |
| 413 | #include "MatrixNullaryOpsPlugin.inl" |
| 414 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected