Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Essential Math Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

conjTransposeProduct()


Does not inherit

Local Index

No Entries

Summary

Prototypes Header File(s)

RWGenMat<DComplex>

conjTransposeProduct(const
RWGenMat<DComplex>& A,
const RWGenMat<DComplex>& B)

<rw/math/genmat.h>

Description

Takes a matrix A (of M rows by N columns) and a matrix B (of M rows by P columns) as arguments and returns a matrix C (of N rows by P columns) which is equal to conj(A)TB, that is, the inner product of the conjugate transpose of A with B.

If the number of rows in A does not match the number of rows in B, an exception with value MATX_MATMATPROD occurs.

Note that calling this function is equivalent to calling



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.