Navigation

Operators and Keywords

Function List:

C++ API

test_range.m File Reference


Functions

 !assert ([r;z], expect)%!assert([r
 single (z)]
 single (expect))%!assert([r
 logical (z)]
expect !assert ([r;sparse(z)], sparse(expect))%!assert([r
 sparse (logical(z))]
 sparse (expect))%!assert([r
 int8 (z)]
 int8 (expect))%!assert([r
 int16 (z)]
 int16 (expect))%!assert([r
 int32 (z)]
 int32 (expect))%!assert([r
 int64 (z)]
 int64 (expect))%!assert([r
 uint8 (z)]
 uint8 (expect))%!assert([r
 uint16 (z)]
 uint16 (expect))%!assert([r
 uint32 (z)]
 uint32 (expect))%!assert([r
 uint64 (z)]
 uint64 (expect))%!shared expect

Variables

!assert(full(1:9),[1
2 3 4 5 6 7 8 9])%!assert(full(1 
!z = zeros(1,9)
 !r = 1:9
 r
!expect

Function Documentation

expect !assert ( sparse(expect)   ) 

!assert ( expect   ) 

int16 ( expect   ) 

int16 (  ) 

int32 ( expect   ) 

int32 (  ) 

int64 ( expect   ) 

int64 (  ) 

int8 ( expect   ) 

int8 (  ) 

logical (  ) 

single ( expect   ) 

single (  ) 

sparse ( expect   ) 

sparse ( logical(z)   ) 

uint16 ( expect   ) 

uint16 (  ) 

uint32 ( expect   ) 

uint32 (  ) 

uint64 ( expect   ) 

uint64 (  ) 

uint8 ( expect   ) 

uint8 (  ) 


Variable Documentation

z !expect

Initial value:

 [ 1.0 1.4 1.8 2.2 2.6 3.0
%!            0   0   0   0   0   0   ]

!r = 1:9

!z = zeros(1,9)

r