Class: Fort::Type::Complex

Inherits:
Numeric show all
Defined in:
lib/fort/type.rb

Constant Summary collapse

KINDS =
[:REAL32, :REAL64, :REAL128]

Constants included from Providable

Providable::ID_GENERATOR

Instance Attribute Summary

Attributes inherited from Numeric

#kind

Attributes inherited from Base

#dim, #id, #type

Method Summary

Methods inherited from Numeric

#declare, #initialize, #to_s

Methods inherited from Base

#declare, #dimension, #initialize, #parenthesis, #to_s

Methods included from Providable

#multi_provide, #provide

Constructor Details

This class inherits a constructor from Fort::Type::Numeric