Search
About
Datasets
Models
Log In
Sign Up
Log In
Sign Up
Models
:
MarcoTheBlack
/
STMwithHFS
Like
0
Downloads: 1
Card
Git
Discussions
[d8e26d]
:
/
SLEP_package_4.1
/
SLEP
/
functions
/
@partialDCT
/ ctranspose.m
History
Download this file
4 lines (3 with data), 72 Bytes
1
2
3
4
function
res
=
ctranspose
(
A
)
A
.
adjoint
=
xor
(
A
.
adjoint
,
1
);
res
=
A
;