Class: JBLAS::ComplexDoubleMatrix
Overview
Matrix for storing complex double values.
This matrix is essentially org.jblas.ComplexDoubleMatrix with all the syntactic sugar defined in the MatrixClassMixin and MatrixMixin mix-ins. See those modules for further information, and the JBLAS module for an overview.
Method Summary
Methods included from MatrixClassMixin
Methods included from ComplexMatrixMixin
#conj, #conj!, #dotc, #dotu, #h, #hermitian, #imag, #real
Methods included from MatrixAccessMixin
#[], #[]=, #get_column, #get_column_range, #get_columns, #get_range, #get_row, #get_row_range, #get_rows, #to_indices
Methods included from MatrixEnumMixin
#each, #each_column, #each_row, #map, #map!
Methods included from Enumerable
Methods included from MatrixArithMixin
#&, #*, #**, #+, #-, #-@, #/, #<, #<=, #==, #===, #>, #>=, #^, #add!, #add_column_vector!, #add_row_vector!, #and!, #coerce, #div!, #div_column_vector!, #div_row_vector!, #eq!, #ge!, #gt!, #le!, #lt!, #mmul!, #mul!, #mul_column_vector!, #mul_row_vector!, #ne!, #or!, #sub!, #sub_column_vector!, #sub_row_vector!, #xor!, #|
Methods included from MatrixConvertMixin
#columns_to_a, #inspect, #rows_to_a, #to_a, #to_ary, #to_mat, #to_matrix, #to_s
Methods included from MatrixGeneralMixin
#as_column, #as_row, #check_column_index, #check_row_index, #d, #dims, #e, #hcat, #inv, #save_ascii, #size, #solve, #symmetric?, #t, #vcat