Skip to content

Calculates Kronecker Product of given A and B matrix.

Notifications You must be signed in to change notification settings

jakpiase/KroneckerProduct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

KroneckerProduct

Calculates Kronecker Product of given A and B matrix. Function template:

kronecker(float* AMatrix, float* BMatrix, float* DestMatrix, int* SizeMatrix);

where: AMatrix - pointer to first matrix BMatrix - pointer to second matrix DestMatrix - pointer to preallocated matrix where kronecker product will be stored SizeMatirx - pointer to matrix of sizes - [ARows, ACols, BRows, BCols]

About

Calculates Kronecker Product of given A and B matrix.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published