Into

Modules

Documentation

classPii::MatrixRowAdder

#include <PiiMatrixUtil.h>

A unary function that adds rows to a matrix.

Description

See Pii::combinations() for a usage example.

Constructors and destructor

( )

Constructs a function object that inserts new rows to mat.

Public member functions

void
(
  • const T * row
)

Add row to matrix.

Function details

  • MatrixRowAdder

    ( )
    [inline]

    Constructs a function object that inserts new rows to mat.

  • void operator()

    (
    • const T * row
    )
    [inline]

    Add row to matrix.

Notes (0)

Add a note

Not a single note added yet. Be the first, add yours.