at
.
logic
.
gapt
.
expr
.
hol
.
unification
Vector
Related Docs:
object Vector
|
package unification
class
Vector
extends
AnyRef
Source
vector.scala
Linear Supertypes
AnyRef
,
Any
Type Hierarchy
Vector
AnyRef
Ordering
Alphabetic
By Inheritance
Inherited
Vector
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Vector
(
vector:
List
[
Int
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
*
(
s:
Int
)
:
Vector
def
*
(
v:
Vector
)
:
Int
def
+
(
v:
Vector
)
:
Vector
def
-
(
v:
Vector
)
:
Vector
def
->
[
B
]
(
y:
B
)
: (
Vector
,
B
)
Implicit information
This member is added by an implicit conversion from
Vector
to
ArrowAssoc
[
Vector
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
def
<
(
v:
Vector
)
:
Boolean
def
<=
(
v:
Vector
)
:
Boolean
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
>
(
v:
Vector
)
:
Boolean
def
>=
(
v:
Vector
)
:
Boolean
def
allgreatereqzero
:
Boolean
def
allgreaterzero
:
Boolean
def
anyeqzero
:
Boolean
def
anyless
(
v:
Vector
)
:
Boolean
def
anylesseqzero
:
Boolean
def
anylesszero
:
Boolean
def
apply
(
v:
List
[
Int
]
)
:
Vector
def
apply
(
v:
Int
*
)
:
Vector
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
ensuring
(
cond: (
Vector
) ⇒
Boolean
,
msg: ⇒
Any
)
:
Vector
Implicit information
This member is added by an implicit conversion from
Vector
to
Ensuring
[
Vector
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
Vector
) ⇒
Boolean
)
:
Vector
Implicit information
This member is added by an implicit conversion from
Vector
to
Ensuring
[
Vector
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
Vector
Implicit information
This member is added by an implicit conversion from
Vector
to
Ensuring
[
Vector
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
Vector
Implicit information
This member is added by an implicit conversion from
Vector
to
Ensuring
[
Vector
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
v:
Any
)
:
Boolean
Definition Classes
Vector
→ AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
Vector
to
StringFormat
[
Vector
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
Vector
→ AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
length
:
Int
def
lex_<
(
v:
Vector
)
:
Boolean
def
mapVectors
[
A
]
(
fun: (
Int
,
Int
) ⇒
A
,
x:
List
[
Int
]
,
y:
List
[
Int
]
)
:
List
[
A
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
reducedAgainst
(
y:
Vector
)
: (
Boolean
,
Vector
)
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Vector
→ AnyRef → Any
def
unapply
:
List
[
Int
]
val
vector
:
List
[
Int
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
zero
:
Vector
def
→
[
B
]
(
y:
B
)
: (
Vector
,
B
)
Implicit information
This member is added by an implicit conversion from
Vector
to
ArrowAssoc
[
Vector
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Shadowed Implicit Value Members
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
Vector
to
any2stringadd
[
Vector
] performed by method any2stringadd in scala.Predef.
Shadowing
This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a
type ascription
:
(vector: any2stringadd[Vector]).+(other)
Definition Classes
any2stringadd
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
Vector
to
any2stringadd
[
Vector
]
Inherited by implicit conversion StringFormat from
Vector
to
StringFormat
[
Vector
]
Inherited by implicit conversion Ensuring from
Vector
to
Ensuring
[
Vector
]
Inherited by implicit conversion ArrowAssoc from
Vector
to
ArrowAssoc
[
Vector
]
Ungrouped