| 31 | | //! Load from structure with elements: |
| 32 | | //! \code |
| 33 | | //! { size = 7; // size (rows == cols) of the first generated matrix |
| 34 | | //! step = 7; // how many times to increase the generated matrix in every iteration |
| 35 | | //! } |
| 36 | | //! \endcode |
| 37 | | //! Both elements are optional, with defaults as shown. |
| 38 | | void from_setting ( const Setting &set ); |
| | 31 | //! Load from structure with elements: |
| | 32 | //! \code |
| | 33 | //! { size = 7; // size (rows == cols) of the first generated matrix |
| | 34 | //! step = 7; // how many times to increase the generated matrix in every iteration |
| | 35 | //! } |
| | 36 | //! \endcode |
| | 37 | //! Both elements are optional, with defaults as shown. |
| | 38 | void from_setting ( const Setting &set ); |