changeset 2727:c45ae08a68fb

[project @ 1997-02-23 06:34:54 by jwe]
author jwe
date Sun, 23 Feb 1997 06:34:55 +0000
parents ea5b2a3dbb26
children 0bb420249195
files test/octave.test/arith/arith.exp test/octave.test/audio/audio.exp test/octave.test/control/control.exp test/octave.test/diffeq/diffeq.exp test/octave.test/error/error.exp test/octave.test/image/image.exp test/octave.test/io/io.exp test/octave.test/linalg/linalg.exp test/octave.test/matrix/matrix.exp test/octave.test/nonlin/nonlin.exp test/octave.test/optim/optim.exp test/octave.test/plot/plot.exp test/octave.test/quad/quad.exp test/octave.test/signal/signal.exp test/octave.test/stats/stats.exp
diffstat 15 files changed, 212 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/octave.test/arith/arith.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/arith/arith.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -0,0 +1,64 @@
+# ceil
+# exp
+# fix
+# floor
+# gcd
+# lcm
+# log
+# log10
+# log2
+# max
+# min
+# nexpow2
+# pow2
+# rem
+# round
+# sign
+# sqrt
+# xor
+# abs
+# arg
+# conj
+# imag
+# real
+# sin
+# cos
+# tan
+# sec
+# csc
+# cot
+# asin
+# acos
+# atan
+# asec
+# acsc
+# acot
+# cosh
+# tanh
+# sech
+# csch
+# coth
+# asinh
+# acosh
+# atanh
+# asech
+# acsch
+# acoth
+# atan2
+# sum
+# prod
+# cumsum
+# cumprod
+# sumsq
+# beta
+# betai
+# bincoeff
+# erf
+# erfc
+# erfinv
+# gamma
+# gammai
+# lgamma
+# cross
+# commutation_matrix
+# duplication_matrix
--- a/test/octave.test/audio/audio.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/audio/audio.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -0,0 +1,5 @@
+# lin2mu
+# mu2lin
+# loadaudio
+# saveaudio
+# setaudio
--- a/test/octave.test/control/control.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/control/control.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -0,0 +1,14 @@
+# abcddim
+# are
+# c2d
+# dare
+# dgram
+# dlqe
+# dlqr
+# dlyap
+# is_controllable
+# is_observable
+# lqe
+# lqr
+# lyap
+# tzero
--- a/test/octave.test/diffeq/diffeq.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/diffeq/diffeq.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -0,0 +1,4 @@
+# lsode
+# lsode_options
+# dassl
+# dassl_options
--- a/test/octave.test/error/error.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/error/error.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -0,0 +1,3 @@
+# error
+# warning
+# usage
--- a/test/octave.test/image/image.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/image/image.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -0,0 +1,12 @@
+# colormap
+# gray
+# image
+# imagesc
+# imshow
+# ind2gray
+# ind2rgb
+# rgb2ntsc
+# ntsc2rgb
+# ocean
+# rgb2ind
+# saveimage
--- a/test/octave.test/io/io.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/io/io.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -0,0 +1,22 @@
+# disp
+# save
+# load
+# fopen
+# fputs
+# puts
+# fgetl
+# fgets
+# printf
+# fprintf
+# sprintf
+# scanf
+# fscanf
+# sscanf
+# fread
+# fwrite
+# tmpnam
+# feof
+# ferror
+# ftell
+# fseek
+# frewind
--- a/test/octave.test/linalg/linalg.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/linalg/linalg.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -0,0 +1,24 @@
+# balance
+# cond
+# det
+# eig
+# givens
+# inv
+# norm
+# null 
+# orth
+# pinv
+# rank
+# trace
+# chol
+# hess
+# lu
+# qr
+# schur
+# svdexpm
+# logm
+# sqrtm
+# kron
+# qzhess
+# qzval
+# syl
--- a/test/octave.test/matrix/matrix.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/matrix/matrix.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -0,0 +1,31 @@
+# all
+# any
+# diff
+# isinf
+# isnan
+# finite
+# find
+# fliplr
+# flipud
+# rot90
+# reshape
+# shift
+# sort
+# tril
+# triu
+# vec
+# vech
+# eye
+# ones
+# zeros
+# rand
+# randn
+# diag
+# linspace
+# logspace
+# hadamard
+# hankel
+# hilb
+# invhilb
+# toeplitz
+# vander
--- a/test/octave.test/nonlin/nonlin.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/nonlin/nonlin.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -5,3 +5,5 @@
 set test fsolve-2
 set prog_output "info good\nsolution good\nvalue good"
 do_test fsolve-2.m
+
+# fsolve_options
--- a/test/octave.test/optim/optim.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/optim/optim.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -0,0 +1,6 @@
+# qpsol
+# qpsol_options
+# npsol
+# npsol_options
+# gls
+# ols
--- a/test/octave.test/plot/plot.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/plot/plot.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -0,0 +1,4 @@
+# bar
+# hist
+# stairs
+# meshgrid
--- a/test/octave.test/quad/quad.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/quad/quad.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -0,0 +1,3 @@
+# quad
+# quad_options
+# colloc
--- a/test/octave.test/signal/signal.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/signal/signal.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -0,0 +1,10 @@
+# detrend
+# fft
+# ifft
+# fft2
+# ifft2
+# fftconv
+# fftfilt
+# filter
+# freqz
+# sinc
--- a/test/octave.test/stats/stats.exp	Sun Feb 23 06:17:21 1997 +0000
+++ b/test/octave.test/stats/stats.exp	Sun Feb 23 06:34:55 1997 +0000
@@ -0,0 +1,8 @@
+# mean
+# median
+# std
+# cov
+# corrcoef
+# kurtosis
+# mahalanobis
+# skewness