GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
kron.cc File Reference
#include "dMatrix.h"
#include "fMatrix.h"
#include "CMatrix.h"
#include "fCMatrix.h"
#include "dSparse.h"
#include "CSparse.h"
#include "dDiagMatrix.h"
#include "fDiagMatrix.h"
#include "CDiagMatrix.h"
#include "fCDiagMatrix.h"
#include "PermMatrix.h"
#include "mx-inlines.cc"
#include "quit.h"
#include "defun.h"
#include "error.h"
#include "ovl.h"

Go to the source code of this file.

Functions

octave_value dispatch_kron (const octave_value &a, const octave_value &b)
 
template<typename MTA , typename MTB >
octave_value do_kron (const octave_value &a, const octave_value &b)
 
octave_value_list Fkron (const octave_value_list &args, int)
 

Function Documentation

◆ dispatch_kron()

◆ do_kron()

template<typename MTA , typename MTB >
octave_value do_kron ( const octave_value a,
const octave_value b 
)

Definition at line 166 of file kron.cc.

References octave_value().

◆ Fkron()

octave_value_list Fkron ( const octave_value_list args,
int   
)

Definition at line 279 of file kron.cc.

References dispatch_kron(), and print_usage().