matcpx.sa


Generated by gen_html_sa_files from ICSI. Contact gomes@icsi.berkeley.edu for details
 
---------------------------> Sather 1.1 source file <--------------------------
-- Complex number matrices
-- Author: Benedict A. Gomes <gomes@samosa.ICSI.Berkeley.EDU>
-- Copyright (C) 1995, International Computer Science Institute
-- $Id: matcpx.sa,v 1.1 1996/07/13 06:35:36 gomes Exp $
--
-- COPYRIGHT NOTICE: This code is provided WITHOUT ANY WARRANTY
-- and is subject to the terms of the SATHER LIBRARY GENERAL PUBLIC
-- LICENSE contained in the file: Sather/Doc/License of the
-- Sather distribution. The license is also available from ICSI,
-- 1947 Center St., Suite 600, Berkeley CA 94704, USA.


class MATCPX < $MAT{CPX,VECCPX,MATCPX}

class MATCPX < $MAT{CPX,VECCPX,MATCPX} is include MAT{CPX,VECCPX}; const zero :CPX:= CPX::create(0.0,0.0); const one :CPX:= CPX::create(1.0,0.0); end;

class MATCPXD < $MAT{CPXD,VECCPXD,MATCPXD}

class MATCPXD < $MAT{CPXD,VECCPXD,MATCPXD} is include MAT{CPXD,VECCPXD}; const zero :CPXD:= CPXD::create(0.0d,0.0d); const one :CPXD:= CPXD::create(1.0d,0.0d); end;