map

ComplexMatrix map(Function1<ComplexDouble, ComplexDouble> lambda)

Same as ComplexTensor.map but returns ComplexMatrix.

Return

a newly mapped matrix.

Parameters

lambda

mappin function.